@extends('layouts.auth') @section('title', 'Forgot Password - College Management System') @section('content')

Forgot Password?

No worries, we'll send you reset instructions

@if (session('status'))
{{ session('status') }}
@endif
@csrf
@error('email')

{{ $message }}

@enderror
@endsection