@auth
@endauth
@yield('title', 'Dashboard Supervisor - POLJAM TECH')
@vite(['resources/css/app.css', 'resources/js/app.js'])
@stack('styles') @include('supervisor.partials.sidebar')
@include('supervisor.partials.navbar')
@include('partials.flash-notifications') @hasSection('content') @yield('content') @else
Selamat datang di dashboard supervisor.
@endif
@include('supervisor.partials.footer')
@stack('scripts')