@stack('ws-head')
{{-- Sidebar --}} {{-- Mobile overlay --}}
{{-- Main content area --}}
{{-- Topbar --}}
{{-- Mobile menu button --}}
@yield('page-title', 'Dashboard')
{{-- Unread announcement indicator --}} @if($unreadAnn > 0)
@endif
{{ now()->format('D, d M Y') }}
{{-- Page content --}}
@if(session('success'))
{{ session('success') }}
@endif @yield('ws-content')
@stack('ws-scripts')