@stack('styles') {{-- ── SIDEBAR ──────────────────────────────────────────────────────── --}} {{-- ── TOP BAR ─────────────────────────────────────────────────────── --}}
@yield('breadcrumb', 'Dashboard')
@if($currentSchool) {{ $currentSchool->code }} @endif {{ auth()->user()->name }} {{ auth()->user()->role }}
{{-- ── MAIN ─────────────────────────────────────────────────────────── --}}
{{-- Flash messages --}} @foreach(['success' => 'success', 'info' => 'info', 'error' => 'danger'] as $key => $type) @if(session($key)) @endif @endforeach @if($errors->any())
Please correct the following:
@endif @yield('content')
@stack('scripts')