@extends('layouts.frontend') @section('title', 'Forgot Password - Trade Plus Education') @section('content')

Forgot Password

Reset your password and regain access to your account

Forgot your password? No problem. Just provide your email address and we'll send you a password reset link.
@if (session('status'))
{{ session('status') }}
@endif
@csrf
@error('email')

{{ $message }}

@enderror
@endsection