Super Admin
Dashboard
{{ auth()->user()->name ?? 'Admin' }}
Super Admin
{{ auth()->user()->name ?? 'Admin' }}
{{ auth()->user()->email ?? 'admin@example.com' }}
{{--
Profile Settings
Account Settings
--}}
Logout
@yield('content')