@yield('page_title', 'Admin Panel')

@yield('page_subtitle', 'Manage the platform experience.')

{{ auth()->user()->name }} {{ auth()->user()->user_type }}
@if (session('status'))
{{ session('status') }}
@endif @yield('content')