@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
|
{{$doc->title}}
{{$doc->created_at}}
|
@endforeach
@else
Không có thông báo nào !!!
@endif
{{ 'Tổng số ' . $docs->total() . ' bản ghi ' . (request()->search ? 'found' : '') }}
{{ $docs->appends(['search' => request()->search ])->links() }}