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

Created By {{ ucwords($li->creater) }} Created on {{ date('M d, Y H:i', strtotime($li->created_at)) }}

create remove_red_eye @if(isAdmin()) {{Form::open(['method' => 'DELETE', 'url' => ['/campaign_templates', $li->id]])}} {!! Form::close() !!} @endif @endforeach @endif @if(count($list) == 0) No Data @endif {{ Form::hidden('last_page', $list->lastPage(), ['id'=>'last_page']) }}