{{ Auth::user()->client->name }} @auth
@if (session('impersonated_by')) @endif
@endauth
  • {{ Auth::user()->name }}
    {{ __('Profile') }} @if (isClientAdministrator(auth()->user()))
    {{ __('Membership') }}
    {{ __('Payments') }}
    {{ __('Invoices') }} @endif
    {{ __('Logout') }}
    @csrf