{{ __('Dashboard') }}
@auth
{{ __('Profile') }}
@csrf {{ __('Log Out') }}
@endauth
{{ __('Dashboard') }}
@auth
{{ Auth::user()?->name ?? 'ゲスト' }}
{{ Auth::user()?->email ?? '' }}
{{ __('Profile') }}
@csrf {{ __('Log Out') }}
@endauth