{{---- resources/views/layout/app.blade.php ----}} @yield('title', 'SMP Al Idrus') @include('layouts.partials.header')
@yield('content')
@include('layouts.partials.footer')
@stack('scripts')