@extends('layouts.auth-default') @section('title','Forgot Password') @section('content')
{{--

Don't worry, We are here help you to recover your password.

--}}

Return to Login

Forgot password?

Enter the email address associated with your account.

@if (session('status')) @endif
@csrf
@error('email') {{ $message }} @enderror

OR Log in with
@endsection