@php $formAction = $formAction ?? route('msc.store'); $formMethod = $formMethod ?? 'POST'; $reportDate = old('report_date', isset($report) ? $report->report_date?->format('Y-m-d') : now()->format('Y-m-d')); $selectedBranch = old('branch_id', $branchId ?? $report->branch_id ?? null); $existingValues = $values ?? []; @endphp
@include('admin.chs.msc.partials.scripts')