@extends('layouts.auth-default') @section('title','Reset Password') @section('content')
Don't worry
, We are here help you to recover your password.
Return to
Login
Forgot password?
Enter the email address or mobile number associated with your account.
@if (session('status'))
{{ session('status') }}
@endif
@csrf
Email or Mobile Number
@error('username')
{{ $message }}
@enderror
Continue
OR Log in with
Login with Google
@endsection