{{-- OVERLAY MOBILE --}}
{{-- SIDEBAR --}} @yield('sidebar') {{-- KONTEN UTAMA --}}
{{-- NAVBAR --}}
@yield('page_header')
{{ strtoupper(substr(auth()->user()->name, 0, 1)) }}
{{ auth()->user()->name }}
{{-- ISI HALAMAN --}}
@yield('content')
@stack('scripts')