{{ auth()->user()->name ?? 'Admin' }}

{{ auth()->user()->email ?? 'admin@example.com' }}

Profile Settings Account Settings
@yield('content')