Schools
Overview
The Schools module manages institutional units (TK, SD, SMP, SMA) within the Yayasan. It covers school profiles, education levels, admission information, and the public school listing.
Key Entities
| Entity | Description |
|---|---|
| School | Institutional unit with profile, location, and contact |
| EducationLevel | Education level (TK, SD, SMP, SMA) |
Key Files
app/Models/Institution/
├── School/School.php
└── SchoolEducationLevel/SchoolEducationLevel.php
resources/js/modules/landing/schools/
├── admission/ # Admission info
├── detail/ # School detail page
├── overview/ # School listing
├── shared/ # Shared components
└── tracking/ # Application tracking