@extends('layouts.main') @section('content')

Reset your Password

Enter your e-mail to get started.

@if(session('notfound'))
There is no such user with that e-mail address.
@endif @if(session('status'))
Instructions to reset password have been sent to your e-mail.
@endif @if(session('recaptchaerror'))
Captcha verification is required.
@endif
@csrf
@error('email')
{{ $message }}
@enderror
@if($recaptcha)
@endif Login
@endsection