@extends('frontend.user.layouts.auth-request-bg') @section('title', lang('Reset Password', 'user')) @section('content')

{{ lang('Reset Password', 'user') }}

{{ lang('After submitting a valid email address on this form, you will receive instructions telling you how to reset your password.', 'user') }}

@csrf
{!! display_captcha() !!}
@endsection