@yield('head') @include('partials/custom-styles')
@include('partials/notifications')
@if(setting('app-logo', '') !== 'none')
@endif
{{ setting('app-name', 'BookStack') }}
Books
@if(isset($currentUser) && userCan('settings-manage'))
Settings
@endif @if(!isset($signedIn) || !$signedIn)
Sign In
@endif
@if(isset($signedIn) && $signedIn)
{{ $currentUser->name }}
View Profile
Edit Profile
Logout
@endif
@yield('content')
Back to top
@yield('bottom') @yield('scripts')