@vite(['resources/scss/app.scss', 'resources/js/app.js']) @stack('styles')
{{-- Logo --}}
{{-- Desktop Navigation --}}
Home
Forum
@if(!!config_value('store_enabled'))
Store
@endif
Community
Users
Interactive Map
@if(!!config_value('toggle_news'))
News
@endif
{{-- Right Side Actions --}}
@auth {{-- Notification Bell --}}
0
Notifications
Mark all read
Loading...
{{-- User Dropdown --}}
{{ auth()->user()->name }}
Profile
Notifications
0
Purchases
@can('access dashboard')
Admin Panel
@endcan
@csrf
Logout
@else {{-- Auth Buttons --}}
Login with Steam
@endauth {{-- Mobile Menu Toggle --}}
{{-- Mobile Menu Overlay --}}
@yield('content')
@auth {{-- Notification Data for JavaScript --}} @endauth @stack('scripts') @stack('inline-scripts')