@extends('layouts.login') {{-- Page Title --}} @section('title') Password Reset @parent @stop @section('content')

{{ __('Reset Password') }}

@csrf @recaptcha
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
Must be at least 8 characters, contains both alphabets and digits. @if ($errors->has('password')) {{ $errors->first('password') }} @endif
@endsection