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