@extends('layouts.simple') @section('content')
{{ csrf_field() }}
Reset Password
Please type your new password
@if ($errors->has('email')) @endif
@if ($errors->has('password')) @endif
@if ($errors->has('password_confirmation')) @endif At least:
- 6 characters
- 1 uppercase and 1 lowercase
- 1 number
- 1 special character
@endsection