@include('layout.header')

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