@include('partials/notifications')
{{ Setting::get('app-name', 'BookStack') }}
@yield('header-buttons')
@if(isset($signedIn) && $signedIn)
{{ $currentUser->name }}
Edit Profile
Logout
@endif
@yield('content')