{{-- CSRF --}} {{-- Bootstrap --}} {{-- Optional: Stack for page-specific styles --}} @stack('styles') {{-- ================= NAVBAR ================= --}} @include('layouts.partials.navbar') {{-- ================= LAYOUT ================= --}}
{{-- ================= SIDEBAR (LOGIN ONLY / DESKTOP) ================= --}} @auth @endauth {{-- ================= CONTENT ================= --}}
{{-- GLOBAL OFFLINE INDICATOR --}} @auth @if(session('offline_mode'))
Mode Offline
Sebagian data akan disimpan sementara dan disinkronkan saat koneksi tersedia.
@endif @endauth {{-- PAGE CONTENT --}} @yield('content')
{{-- ================= SCRIPTS ================= --}} {{-- Optional: Stack for page-specific scripts --}} @stack('scripts')