@if(setting('app-logo', '') !== 'none') Logo @endif @if (setting('app-name-header')) {{ setting('app-name') }} @endif
@icon('more')
@icon('search'){{ trans('common.search') }} @if(userCan('bookshelf-view-all') || userCan('bookshelf-view-own')) @icon('bookshelf'){{ trans('entities.shelves') }} @endif @icon('book'){{ trans('entities.books') }} @if(signedInUser() && userCan('settings-manage')) @icon('settings'){{ trans('settings.settings') }} @endif @if(!signedInUser()) @icon('login'){{ trans('auth.log_in') }} @endif
@if(signedInUser())
{{ $currentUser->name }} {{ $currentUser->getShortName(9) }} @icon('caret-down')
  • id}") }}" class="text-primary">@icon('user'){{ trans('common.view_profile') }}
  • id}") }}" class="text-primary">@icon('edit'){{ trans('common.edit_profile') }}
  • @icon('logout'){{ trans('auth.logout') }}
@endif