@include('partials/custom-styles')
@include('partials/notifications')
@if(setting('app-logo', '') !== 'none')
@endif
{{ setting('app-name') }}
@yield('header-buttons')
@if(isset($signedIn) && $signedIn)
{{ $currentUser->getShortName(9) }}
id}") }}" class="text-primary">
View Profile
id}") }}" class="text-primary">
Edit Profile
Logout
@endif
@yield('content')