@if(count($result) > 0 ) @foreach($result as $item) @endforeach @else @endif
Report Date User Project Created at Action

{{ date('d-m-Y',strtotime($item->report_date))}}

{{ ucfirst($item->first_name.' '.$item->last_name)}}

{{ date('d-m-Y h:i A',strtotime($item->created_at))}} View @if( auth()->user()->role_id == 1 || auth()->user()->role_id == 2 || auth()->user()->role_id == 3) Edit @endif

It seems like, Report is not created.

{!! $result->render() !!}