knine
  • {{ __('Dashboard') }}
  • {{ __('Account') }}
    • {{ __('Account') }}
    • {{ __('Security') }}
    • {{ __('Preferences') }}
    • @if (JoelButcher\Socialstream\Socialstream::show())
    • {{ __('Social account') }}
    • @endif
    • {{ __('Activity') }}
  • {{ __('Billing') }}
    • {{ __('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
  • {{ __('Ticket') }}
    • {{ __('Support') }}
    • {{ __('New ticket') }}

  • {{ __('Help') }}