@stack('styles')
@auth
@yield('page-title', 'Dashboard')
{{-- === KANAN TOPBAR (di sinilah tombol akan muncul) === --}}
{{-- Header actions dari halaman (mis. show.blade.php) --}} @hasSection('header-actions')
@yield('header-actions')
@endif {{-- (Opsional) Notifikasi & sapaan --}}
3
Welcome, {{ Auth::user()->full_name }}
{{ ucfirst(Auth::user()->role) }}
@yield('content')
@else
@yield('content')
@endauth
@auth @endauth @stack('scripts')