@extends('adminlte::page') {{-- Konfigurasi Title Default --}} @section('title', 'Portal Siswa | Smart Cendekia') {{-- ===================================================================== GLOBAL CSS (MODERN UI OVERRIDES) ===================================================================== --}} @section('adminlte_css') {{-- 1. Import Google Font: Poppins --}} {{-- Slot untuk CSS spesifik per halaman --}} @yield('css') @stop {{-- ===================================================================== GLOBAL JAVASCRIPT (NOTIFICATIONS & HELPERS) ===================================================================== --}} @section('adminlte_js') {{-- Slot untuk JS spesifik per halaman --}} @yield('js') @stop