@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
@endsection