Saasify logo
{{--
--}}
@auth @if (Laravel\Jetstream\Jetstream::managesProfilePhotos()) {{ optional(Auth::user())->name }} @else {{ Auth::user()->name }} @endif
{{ __('Profile') }} {{ __('Password') }} @if (Laravel\Jetstream\Jetstream::hasApiFeatures()) {{ __('API Tokens') }} @endif @role('admin') {{ __('Admin panel') }} @endrole @auth
{{ __('SWITCH TEAMES') }}
@foreach (Auth::user()->allTeams() as $team) @endforeach @endauth
{{ __('Logout') }}
@csrf
@endauth
  • {{ __('Home') }}
  • @if (Request::is('/'))
  • Features
  • {{ __('Price') }}
  • @endif
  • {{ __('Contact') }}
  • @guest
  • {{ __('Login') }}
  • {{ __('Register') }}
  • @endguest