{{-- SIDEBAR OVERLAY --}}
{{-- HAMBURGER (mobile only) --}}

@yield('page_title')

{{ now()->format('l, d F Y') }}

{{-- TOPBAR RIGHT --}}
{{-- LOGOUT IN TOPBAR --}}
@if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif @yield('content')
@yield('scripts')