@include('layout.header')

{{$title}}

Filter
    {{--
  • Semua Departemen
  • --}} {{-- @foreach ($department as $item)
  • {{$item->name}}
  • @endforeach --}}
 
@if(request()->search) @endif
@if (count($items) == 0)
Dokumen masih kosong
@endif @foreach ($items as $item) @endforeach
{{-- --}}
@include('layout.footer')