{{-- Apply dark class before render to prevent flash --}} Admin Dashboard - BrainyToy @stack('styles')
{{-- ─── SIDEBAR ─────────────────────────────────────────────── --}} {{-- ─── MAIN CONTENT ────────────────────────────────────────── --}}
{{-- Top Header --}}
{{-- Left: greeting --}}
{{-- Mobile logo --}} BrainyToy {{-- Page context hint --}}
{{-- Right: actions --}}
{{-- Bell --}} {{-- Add Product CTA --}} Add Product
{{-- Scrollable content --}}
@if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif @yield('content')
@stack('scripts')