@extends('layouts.auth') @section('content')
Forgot your password?

No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.

@session('status')
{{ $value }}
@endsession
@csrf
@error('email') {{ $message }} @enderror
@if (Route::has('login'))

Do not want to change password ? Goto Login

@endif
@endsection