@extends('layouts.app') @section('title', 'Forgot Password - Primary Learning Tutor') @section('content')

🔑 Reset Password

Enter your email address and we'll send you a link to reset your password.

@if (session('status')) @endif @if ($errors->any()) @endif
@csrf
@error('email') {{ $message }} @enderror

@endsection