@if(count($docs)) @foreach($docs as $doc) @php $url = $doc->type == \App\Constants\NotificationConstant::THU_CHI ? '/thu-chi?id='.$doc->data['thu_chi_id'] : '/tasks/' .$doc->task_id . '/edit'; @endphp @endforeach @else Không có thông báo nào !!! @endif
{{$doc->title}}
{{$doc->created_at}}
{{ 'Tổng số ' . $docs->total() . ' bản ghi ' . (request()->search ? 'found' : '') }}
{{ $docs->appends(['search' => request()->search ])->links() }}