@yield('page_title', 'Admin Panel')
@yield('page_subtitle', 'Manage the platform experience.')
{{ auth()->user()->name }}
{{ auth()->user()->user_type }}
{{ session('status') }}
@endif
@yield('content')