{{ __('Dashboard') }} @can('access dashboard') {{ __('Admin') }} @endcan @if(Auth::user()->affiliate) {{ __('Affiliate') }} @endif
{{ __('Profile') }}
@csrf {{ __('Log Out') }}
{{ __('Dashboard') }}
{{ Auth::user()->name }}
{{ Auth::user()->email }}
{{ __('Profile') }}
@csrf {{ __('Log Out') }}