@extends('layouts.guest') @section('title', 'Forgot Password - Academic Result Management') @section('heading', 'Forgot your password?') @section('description', 'No problem. Just enter your email and we’ll send you a reset link.') @section('mobile-heading', 'Forgot Password') @section('mobile-description', 'Enter your email to reset your password') @section('content')
@csrf
{{ __('Send Password Reset Link') }}
← Back to Login
@endsection