{{ link_to_route('frontend.index', app_name(), [], ['class' => 'navbar-brand']) }}
    {{--@if (config('locale.status') && count(config('locale.languages')) > 1)--}} {{--
  • --}} {{----}} {{--{{ trans('menus.language-picker.language') }}--}} {{----}} {{----}} {{--@include('includes.partials.lang')--}} {{--
  • --}} {{--@endif--}} @if ($logged_in_user)
  • {{ link_to_route('frontend.user.dashboard', trans('navs.frontend.dashboard')) }}
  • @endif @if (! $logged_in_user) {{--
  • {{ link_to_route('frontend.auth.login', trans('navs.frontend.login')) }}
  • --}} {{--@if (config('access.users.registration'))--}} {{--
  • {{ link_to_route('frontend.auth.register', trans('navs.frontend.register')) }}
  • --}} {{--@endif--}} @else
  • {{ $logged_in_user->name }}
      @permission('view-backend')
    • {{ link_to_route('admin.dashboard', trans('navs.frontend.user.administration')) }}
    • @endauth
    • {{ link_to_route('frontend.user.account', trans('navs.frontend.user.account')) }}
    • {{ link_to_route('frontend.auth.logout', trans('navs.general.logout')) }}
  • @endif