{{-- Left: branding --}}

Everything your school
needs, in one place

Enrol learners, plan the CBC curriculum, record marks and collect fees — so the office, the staffroom and the finance desk all work from the same records.

@foreach([ ['fa-user-graduate', 'Learner enrolment & class management'], ['fa-book-open', 'CBC curriculum, schemes & lesson plans'], ['fa-clipboard-list', 'Gradebook, exams & report cards'], ['fa-money-bill-wave', 'Fee invoicing, M-PESA & receipts'], ['fa-calendar-days', 'Timetables, attendance & parent SMS'], ] as $feature)
{!! $feature[1] !!}
@endforeach
@php try { $pinned = \App\Models\Message::where('show_on_login', true)->where('status', 'sent')->latest()->first(); } catch (\Throwable $e) { $pinned = null; } @endphp @if($pinned)

{{ $pinned->subject }}

{{ \Illuminate\Support\Str::limit($pinned->body, 140) }}

@endif @if(!empty($schoolNews))

{{ $schoolNews[0]['title'] ?? 'Announcement' }}

{{ \Illuminate\Support\Str::limit($schoolNews[0]['excerpt'] ?? '', 120) }}

@endif
{{-- Right: sign in --}}
{{ setting('school_name', 'ShulePoint') }}

School Management System

Welcome back

Please sign in with your staff account

@csrf
Forgot your password?

Use the email address issued by your school.

© {{ date('Y') }} {{ setting('school_name', 'ShulePoint') }} · Powered by Zillah Technologies LTD

@include('layouts.partials.flash-toasts')