Image Description Image Description

{{ Auth::user()->name }}

{{ Auth::user()->email }}

{{ __('Account') }}
  • {{ __('Personal info') }}
  • {{ __('Security') }}
  • {{ __('Preferences') }}
  • {{ __('Support') }}
{{ __('Billing') }}{{ currentTeam()->name }}
  • {{ __('Subscriptions') }}
  • @if(currentTeam()->subscribed())
  • {{ __('Payment') }}
  • {{ __('Invoices') }}
  • @endif @if(!currentTeam()->subscribed())
  • {{ __('Plans') }}
  • @endif
@if (Laravel\Jetstream\Jetstream::hasTeamFeatures())
{{ __('Team Management') }}
  • {{ __('Team Settings') }}
  • @can('create', Laravel\Jetstream\Jetstream::newTeamModel())
  • {{ __('Create New Team') }}
  • @endcan
@endif