@if(count($list)>0) @foreach($list as $li)

{{ $li->title }}

Last Edited, {{ \Carbon\Carbon::parse($li->updated_at)->format($date_format) }}

@if ($li->status == 2) Draft @elseif($li->status == 1) Save & Sent @else Sent @endif send create @endforeach @endif @if(count($list) == 0) No Data @endif {{ Form::hidden('last_page', $list->lastPage(), ['id'=>'last_page']) }}