{{ __('Dashboard') }} @if(Auth::user()->isAdmin()) {{ __('Admin') }} @else {{ __('Domains') }} {{ __('Orders') }} {{ __('Cart') }} {{ __('Invoices') }} @endif
{{ __('Profile') }}
@csrf {{ __('Log Out') }}
{{ __('Dashboard') }} @if(Auth::user()->isAdmin()) {{ __('Admin') }} @else {{ __('Domains') }} {{ __('Orders') }} {{ __('Cart') }} {{ __('Invoices') }} @endif
{{ Auth::user()->name }}
{{ Auth::user()->email }}
{{ __('Profile') }}
@csrf {{ __('Log Out') }}