{{ __('Dashboard') }} {{ __('About') }}
@auth
@csrf {{ __('Log Out') }}
@endauth
{{ __('Dashboard') }} {{ __('About') }}
@auth
{{ Auth::user()->name }}
{{ Auth::user()->email }}
@csrf {{ __('Log Out') }}
@endauth