@extends('layouts.auth') @section('content')

{{ t_raw('auth.forgot_title') }}

{{ t_raw('auth.forgot_sub') }}

@csrf
{!! \App\Services\Recaptcha::widget('forgot') !!}

{{ t_raw('auth.reset_link_validity_hint') }}

{{ t_raw('auth.remembered_it') }} {{ t_raw('auth.back_to_sign_in') }}

{{ t_raw('auth.new_here') }} {{ t_raw('auth.create_account') }}

@endsection