@yield('page_title','Dashboard')

@yield('page_subtitle','Pusat Kendali Organisasi')
🔔
{{ strtoupper(substr(auth()->user()->name,0,1)) }}
{{ auth()->user()->name }}{{ str_replace('_',' ',ucwords(auth()->user()->role,'_')) }}
@csrf
@if(session('success'))
{{ session('success') }}
@endif @if($errors->any())
{{ $errors->first() }}
@endif @yield('content')
@stack('scripts')