{{ __('Dashboard') }}
{{ __('Profile') }}
@csrf {{ __('Log Out') }}
{{ __('Dashboard') }}
@if (Auth::check())
{{ Auth::user()->name }}
{{ Auth::user()->email }}
@else Login @endif
{{ __('Profile') }}
@csrf {{ __('Log Out') }}