@php $containerNav = $containerNav ?? 'container-fluid'; $navbarDetached = ($navbarDetached ?? ''); $user = auth()->user(); $notifications_count = \DB::table('notifications')->where('notifiable_type', 'App\Models\Admin') ->where('notifiable_id', $user->id) ->whereNull('read_at') ->count(); @endphp @if(isset($navbarDetached) && $navbarDetached == 'navbar-detached')