@extends('layouts.layout_without_nav') @section('content')
@include('components.flash_messages')
Set New Password
@csrf
@component('components.captcha', ['recaptchaAction' => 'password_reset_request', 'buttonToDisable' => 'submitButton']) @endcomponent
@endsection