@extends('layouts.auth-default') @section('title','Reset Password') @section('content')
{{--
Hello again!
an easy to remember but hard-to-guess password is important
--}}
Remembered password?
Login
Reset Your Password.
Please make a strong password with minimum 8 characters.
@csrf
Email Address
@error('email')
{{ $message }}
@enderror
New Password
@error('password')
{{ $message }}
@enderror
Confirm Password
Reset Password
@endsection