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