{{-- Shared chrome for the four student-facing gamification pages (hero/show, hero/achievements, shop/index, leaderboard/index). Deliberately NOT layouts/app.blade.php and deliberately not on the --ax-* design tokens: this is the game portal (game.axioma-study.kz), which has its own dark gold/purple identity by design. The palette below is that identity's single source of truth — it used to be copy-pasted byte-for-byte into all four pages, so changing a token meant editing four files. Pages supply: @section('title'), @push('styles') for their own page-specific CSS, @section('content'), and @push('scripts'). $active selects the current nav link and is passed via @section('gami-active', '...'). --}} @yield('title') · {{ config('app.name') }} @stack('styles') @php($gamiActive = \Illuminate\Support\Facades\View::getSection('gami-active', ''))
{{-- Root-relative, not an absolute axioma-study.kz URL: this same app is also served under the white-label domains, where an absolute link would log the student out of the wrong brand's site. --}} Выйти 🚪
🦸 Герой 🏆 Достижения 🛒 Магазин 🏅 Рейтинг
@yield('content')
@stack('scripts')