Forgot password

Forgot your password?
Enter your email below!

@if (Session::has('status'))
{{ Session::get('status') }}
@elseif (Session::has('email'))
{{ Session::get('email') }}
@endif @if (Session::has('demo'))
{{ Session::get('demo') }}
@endif
@error('email')

{{ $message }}

@enderror