@php $showPrincipalNavbar = 1; if ( Request::path() !== 'tasks' && Request::path() !== 'requests' && Request::path() !== 'cases' && !str_starts_with(Request::path(), 'process-browser') ) { $showPrincipalNavbar = 0; } @endphp