MSC Monthly Report

Date: {{ $report->report_date?->format('d M Y') }}

Branch: {{ $report->branch->name ?? 'N/A' }}

Status: {{ ucfirst($report->status) }}

@foreach($sections as $section)

{{ $section->name }}

@include('admin.chs.msc.partials.pdf-report-body', ['section' => $section, 'values' => $values]) @endforeach