@if(setting('app-logo', '') !== 'none') Logo @endif @if (setting('app-name-header')) {{ setting('app-name') }} @endif
@icon('more')
@if (hasAppAccess())
@endif
@if (hasAppAccess()) @icon('search'){{ trans('common.search') }} @if(userCanOnAny('view', \BookStack\Entities\Bookshelf::class) || userCan('bookshelf-view-all') || userCan('bookshelf-view-own')) @icon('bookshelf'){{ trans('entities.shelves') }} @endif @icon('books'){{ trans('entities.books') }} @if(signedInUser() && userCan('settings-manage')) @icon('settings'){{ trans('settings.settings') }} @endif @if(signedInUser() && userCan('users-manage') && !userCan('settings-manage')) @icon('users'){{ trans('settings.users') }} @endif @endif @if(!signedInUser()) @if(setting('registration-enabled') && config('auth.method') === 'standard') @icon('new-user'){{ trans('auth.sign_up') }} @endif @icon('login'){{ trans('auth.log_in') }} @endif
@if(signedInUser())
{{ $currentUser->name }} {{ $currentUser->getShortName(9) }} @icon('caret-down')
  • id}") }}">@icon('user'){{ trans('common.view_profile') }}
  • id}") }}">@icon('edit'){{ trans('common.edit_profile') }}
  • @if(config('auth.method') === 'saml2') @icon('logout'){{ trans('auth.logout') }} @else @icon('logout'){{ trans('auth.logout') }} @endif

  • @include('partials.dark-mode-toggle')
@endif