@forelse($docs as $item) @empty @endforelse
Mã NV Họ và tên Trạng thái Loại đơn Phòng ban Chức vụ Lý do Ngày tạo
{{@$item->user->full_name}}
status==0 ? "beacon-red" : 'beacon-red')}}" style="opacity:0.8;width:120px"> {{$item->status==1 ? "Đã duyệt" : ($item->status==0 ? "Chờ duyệt" : 'Không duyệt')}}
{{$item->type==0 ? "Đơn nghỉ" : 'Đơn check-in/check-out'}} {{@$item->user->department->name}} {{@$item->user->roles->name}} {{@$item->reason->name}} {{$item->created_at}}
{{--
--}} {{--
--}} {{--{{ 'Tổng số ' . $docs->total() . ' bản ghi ' . (request()->search ? 'found' : '') }}--}} {{--
--}} {{--
--}} {{--
--}} {{--{{ $docs->appends(['search' => request()->search ])->links() }}--}} {{--
--}}
{{$docs->links()}}