@extends('layouts.ppdb') @section('title', 'Penerimaan Siswa Baru | Smart Cendekia') @section('content') {{-- HERO SECTION --}}

Bergabunglah Menjadi
Generasi Rabbani

Penerimaan Peserta Didik Baru (PPDB) Tahun Ajaran {{ date('Y') }}/{{ date('Y')+1 }} telah dibuka. Mari wujudkan pendidikan berkarakter islami dan berprestasi.

{{-- LOGIKA DINAMIS GELOMBANG --}} @if(isset($activeWave) && $activeWave)
Daftar Sekarang
{{-- PERUBAHAN DI SINI: Badge Putih, Teks Hijau Dominan --}} Gelombang: {{ $activeWave->nama_gelombang }}

Berakhir pada: {{ \Carbon\Carbon::parse($activeWave->tgl_selesai)->translatedFormat('d F Y') }}

@else
Belum ada gelombang pendaftaran yang aktif.
@endif
{{-- ALUR PENDAFTARAN SECTION (Assuming this was added in previous turn, keeping it for context or just the info cards if user didn't ask to remove) --}} {{-- The prompt asks to change colors, imply keeping structure. I will keep the Info Cards section as provided in the previous turn's final output before the Alur Pendaftaran addition, or integrate. Let's stick to the structure of the last code block provided by the user in the prompt, but applying changes. Wait, the user provided the FULL code in the prompt which includes Navbar and Footer inside `layout` usually, but here they provided a standalone HTML structure in the *first* prompt, but the *last* response I generated used `extends layout`. The user is asking to modify `landing.blade.php`. I will provide the full `landing.blade.php` content and the specific CSS to put in `@push('css')`. The user's prompt implies they want to change the *look* of header and footer via CSS injected into this view, or by assuming the layout uses classes I can override. Since I can't edit the layout file directly in this turn effectively (unless I instruct them), I will add CSS overrides in the `@push('css')` section of the landing page to target the navbar and footer, assuming they use standard Bootstrap classes or the classes from the HTML provided in the very first prompt context. Actually, the previous response used `@extends('layouts.ppdb')`. I will assume standard Bootstrap classes for Navbar (`.navbar`) and Footer (`footer` tag). --}} {{-- INFO CARDS SECTION --}}
{{-- Card 1 --}}
Daftar Online

Isi formulir pendaftaran dari rumah dengan mudah melalui perangkat apa saja.

{{-- Card 2 --}}
Seleksi Akademik

Tes potensi akademik dan baca tulis Al-Qur'an secara transparan.

{{-- Card 3 --}}
Info Realtime

Pantau status verifikasi berkas dan hasil kelulusan langsung dari dashboard.

{{-- CTA Login --}}

Sudah memiliki akun pendaftaran?

Masuk ke Akun Saya
@endsection @push('css') @endpush