@include('layout.header')

{{$title}}

 
@if (count($items) == 0)
Dokumen masih kosong
@endif @foreach ($items as $item) @endforeach
{{-- --}}
@include('layout.footer')