@if(count($list)>0) @foreach($list as $li)
{{ ucwords($li->title) }}

Created {{ Date::parse($li->created_at)->format($date_format).' '. Date::parse()->format('Y H:i A') }}

{{ $li->subscribers }}

Subscribers

@endforeach @endif @if(count($list) == 0) No Data @endif {{ Form::hidden('last_page', $list->lastPage(), ['id'=>'last_page']) }}