@extends('layouts.login') {{-- Page Title --}} @section('title') Password Reset @parent @stop @section('content')
{{ __('Reset Password') }}
@csrf @recaptcha
{{ __('E-Mail Address') }}
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
{{ __('Send Password Reset Link') }}
@endsection