@section('title', 'Forgot Password') @section('style') @endsection

{{ __('Forgot your password?') }}

@csrf
{!! Captcha::img() !!}
{{ __('Send OTP') }}
@if(session('status'))
{{ session('status') }}
@endif