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