{{-- PWA --}} @yield('title', \App\Models\Setting::get('app_name','ZURITYM')) {{-- Fonts --}} {{-- Icons --}} @stack('styles') {{-- Toast Container --}}
{{-- App Header --}}
@if(auth()->user()->unreadNotifications()->count() > 0) {{ min(auth()->user()->unreadNotifications()->count(), 9) }} @endif Avatar
{{-- Flash Messages --}} @if(session('success')) @endif @if(session('error')) @endif {{-- Page Content --}} @yield('content') {{-- Bottom Navigation --}} {{-- Global JS --}} @stack('scripts')