@php
use Illuminate\Support\Facades\Auth;
use Illuminate\Support\Facades\Route;
$containerNav = $configData['contentLayout'] === 'compact' ? 'container-xxl' : 'container-fluid';
$navbarDetached = $navbarDetached ?? '';
@endphp
@if (isset($navbarDetached) && $navbarDetached == 'navbar-detached')
@else
@endif