@stack('styles')
@auth @endauth
@auth
@yield('title', 'Dashboard')
{{ auth()->user()->jabatan?->nama ?? 'Majlis Bandaraya Iskandar Puteri' }}
{{ auth()->user()->name }}
@csrf
@endauth
@if(session('success'))
{{ session('success') }}
@endif @if($errors->any())
{{ $errors->first() }}
@endif @yield('content')
@stack('scripts')