@yield('custom_css')
@include('partials.section.sidenav')

{{ $title ?? 'Halaman Admin' }}

@yield('content')
@include('partials.section.footer')
@yield('custom_js')