@extends('layouts.auth_components.header') @section('authcontent')
@if (session('status')) @endif

Forgot Password?

Enter your registered email ID to reset the password

@csrf
@error('email') {{ $message }} @enderror
@endsection