| S.No. | Checklist Title | @foreach ($yearList as $year){{ $year }} | @endforeach
|---|---|---|
| {{ $loop->iteration }} | {{ $checklist->title }} | @foreach ($yearList as $year) @php $documents = $checklist->documents_by_year[$year] ?? collect(); @endphp
@forelse($documents as $document)
@foreach ($document->files as $file)
|
@endforeach