@php
// Keep original fallback text "Kitchen" if no section is selected yet
$selectedSectionId = session('selected_section_id') ?? ($current_section_id ?? null);
$sectionTitle = \App\Helpers\Helper::getReportSectionTitle($selectedSectionId);
@endphp
@php $sectionLogo = \App\Helpers\Helper::getReportSectionLogo($selectedSectionId); @endphp
{{ $sectionTitle ?? 'Kitchen' }}
@push('page_script')
@endpush