@extends('layouts.master') @section('title', 'Forgot Password') @section('style') @endsection @section('script') @endsection @section('content') @include('layouts.header')

Forgot Password

Forgot Password

@csrf

{{-- CAPTCHA --}} {!! NoCaptcha::renderJs() !!} {!! NoCaptcha::display() !!}
{{-- Error Message --}} @if ($errors->has('g-recaptcha-response'))
{{ $errors->first('g-recaptcha-response') }}
@endif
@include('layouts.footer') @endsection