| STT |
Tên phòng ban |
Trực thuộc |
Thao tác |
@if(@count($docs))
@foreach($docs as $k => $s)
| {{$k}} |
{{$s->name}} |
{{@$s->parent->name}} |
@if(!$s->childRelation->count() && $s->id>\App\Constants\DepartmentConstant::Y_TA)
@endif
|
@endforeach
@else
| Không tồn tại dữ liệu |
@endif
{{ 'Tổng số ' . $docs->total() . ' bản ghi ' . (request()->search ? 'found' : '') }}
{{ $docs->appends(['search' => request()->search ])->links() }}