@if($school->logo_path ?? false) logo @endif {{ $school->name }}

{{ $school->name }}

{{ $school->motto ?? 'Nurturing excellence, one child at a time.' }}

Start Your Application

Why Choose Us

Academic Excellence

A rigorous, well-rounded curriculum from Nursery through Senior Secondary, with WAEC-aligned assessment.

Caring Environment

Small class sizes and dedicated teachers who know every child by name.

Modern Facilities

Science labs, a library, sports fields, and a safe, well-maintained campus.

Latest News

@forelse($newsPosts ?? [] as $post)

{{ $post->title }}

{{ \Illuminate\Support\Str::limit(strip_tags($post->body_html), 120) }}

@empty

No news posted yet.

@endforelse