@stack('styles')
{{-- Top Header (conditionally shown) --}} @hasSection('show-header')
@hasSection('back-button')
@endif
@yield('page-title')
@yield('header-actions')
@endif {{-- Flash Messages --}} @if(session('success'))
{{ session('success') }}
@endif @if(session('error') || $errors->any())
{{ session('error') ?? $errors->first() }}
@endif {{-- Main Content --}}
@yield('content')
{{-- Bottom Navigation --}} @auth
Home
Matches
Wallet
Rankings
Profile
@endauth
@stack('scripts')