{{-- Left: branding --}}

Choose a new
password

Pick something you have not used here before. Once you save it you will be signed out everywhere and will use the new password from now on.

@foreach([ ['fa-shield-halved', 'At least 8 characters'], ['fa-user-graduate', 'Only your own staff account'], ['fa-mobile-screen-button', 'Works on a phone or computer'], ['fa-circle-question', 'School office help if you get stuck'], ] 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: set the new password --}}
{{ setting('school_name', 'ShulePoint') }}

School Management System

Set a new password

Minimum 8 characters. Use the email the reset link was sent to.

@csrf
Use 8 or more characters, with a number.
Back to sign in

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

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