@props(['customClass' => '', 'mainClass' => ''])
{{ $title ?? 'Berita Kelas' }}
@stack('styles')
@vite(['resources/css/app.css', 'resources/js/app.js'])
@if (isset($header))
@include('partials.header', ['header' => $header, 'signoutBtn' => $signoutBtn ?? null, 'titleOps' => $titleOps ?? $title, 'subtitle' => $subtitle ?? null, 'subheading' => $subheading ?? null, 'titleUrl' => $titleUrl ?? ''])
@endif
@stack('scripts')