{{ __('Dashboard') }} @if ((Auth::user()->role ?? 'customer') === 'admin') {{ __('Admin') }} @endif
{{ __('Profile') }}
@csrf {{ __('Log Out') }}
{{ __('Dashboard') }} @if ((Auth::user()->role ?? 'customer') === 'admin') {{ __('Admin') }} @endif
{{ Auth::user()->name }}
{{ Auth::user()->email }}
{{ __('Profile') }}
@csrf {{ __('Log Out') }}