@csrf @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

New Password

Enter your new password.
{{ old('email', $request->email) }}
@include('pages.common.password-validation-information')
Use 8 or more characters with a mix of letters, numbers & symbols.
Cancel
@push('scripts') @endpush