Reset Password
@if(Session::has('success'))
{{ Session::get('success') }}
@endif @if(Session::has('fail'))
{{ Session::get('fail') }}
@endif @csrf
@csrf @method('post')
Email
@error('email') {{ $message }} @enderror
Password
@if ($errors->has('password'))
{{ $errors->first('password') }}
@endif
Confirm Password