@section('title', 'Forgot Password') @include('_partials.auth-section')
@include('_partials.auth-svg-top')
Forgot Two Factor Recovery Code?

Enter your email and we'll send you the the recovery code.

@if (session('status'))

{{ session('status') }}

@endif
@csrf
@error('email') {{ $message }} @enderror