Password Reset Verification Code

@if(Session::has('error'))

{{ Session('error') }}

@elseif(Session::has('incorrectCode'))

{{ Session('incorrectCode') }}

@elseif(Session::has('notAuthorize'))

{{ Session('notAuthorize') }}

@endif @if(Session::has('customerCreated'))

{{ Session('customerCreated') }}

@endif
@csrf
@if ($errors->has('verify_password_token')) {{ $errors->first('verify_password_token') }} @endif
Cancel
{{--
--}} {{--New Customer? Sign Up Here--}} {{--
--}}