{{ $eyebrow ?? 'Overview' }}

{{ $title ?? 'Investor Dashboard' }}

@if($demoMode)SAMPLE DATA · PRE-LAUNCH@endif {{ $hybridUp ? 'MARIADB ↔ JSON · IN SYNC' : 'JSON FALLBACK ACTIVE' }}
@if(session('ok'))
{!! \App\Support\Ui::icon('check', 'style="width:16px;height:16px;flex:none;stroke:currentColor"') !!}
{{ session('ok') }}
@endif @if(session('err'))
{{ session('err') }}
@endif @if($errors->any())
Please fix the following:
    @foreach($errors->all() as $e)
  • {{ $e }}
  • @endforeach
@endif @if(!$hybridUp)
MariaDB is unreachable. The console is running on the JSON fallback store. Changes are queued and will sync automatically once the database is back.
@endif @yield('content') @include('admin.partials.footer')
@stack('scripts')