Reset New Password
@if(Session::has('isRegistered'))
{{ Session('isRegistered') }}
@endif
@csrf
@if ($errors->has('password'))
{{ $errors->first('password') }}
@endif
Submit
Cancel
Reset
{{--
--}} {{--
I am already a customer
--}} {{--
--}}