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