@include('layout.header')

{{$title}}

@if (count($items) == 0)
Dokumen masih kosong
@endif @foreach ($items as $item)
@if ($item->thumbnail == '')
@else {{$item->thumbnail}} @endif
{{$item->title}}
Added: {{date('M d, Y', strtotime($item->created_at))}}
@endforeach
{{-- --}}
@include('layout.footer')