@extends('layouts.guest') @section('title', 'Reset Password - Academic Result Management') @section('heading', 'Reset Your Password') @section('description', 'Enter your new password below to regain access.') @section('mobile-heading', 'Reset Password') @section('mobile-description', 'Enter your new password to continue.') @section('content')
@csrf
{{ __('Reset Password') }}
Back to Login
@endsection