{{-- Report sub-page sidebar navigation --}} @php $currentRoute = request()->route()->getName(); $isReport = $currentRoute === 'portal.report'; $isEnvelope = $currentRoute === 'portal.envelope'; $isIntegrations = $currentRoute === 'portal.integrations'; $isScenarios = in_array($currentRoute, ['portal.scenarios', 'portal.scenarios.show']); $isProforma = $currentRoute === 'portal.proforma'; $isNoc = $currentRoute === 'portal.noc'; $isSitePlan = $currentRoute === 'portal.site-plan'; $isShadow = $currentRoute === 'portal.shadow'; $isLegalRisk = $currentRoute === 'portal.legal-risk'; $isDocVault = $currentRoute === 'portal.document-vault'; $isLocCompare = $currentRoute === 'portal.location-compare'; $isApproval = $currentRoute === 'portal.approval'; @endphp