@extends('frontend.layouts.golden.auth') @section('title', __('Two-Factor Authentication')) @section('auth-content')
@include('frontend.layouts.golden.partials._auth_form_top', [ 'backLabel' => __('Back to Sign In'), 'backUrl' => route('user.login'), ])
@if($errors->any()) @endif
{{ __('Verify Identity') }}

{!! __('Enter your :em seal.', ['em' => ''.__('six-figure').'']) !!}

{{ __('Open your authenticator app. Code refreshes every thirty seconds — a gold ring shows time remaining.') }}

@csrf
{{-- Hidden field stores the joined OTP for the controller --}}

{{ __("Time-sync your device if codes keep failing.") }}

@include('frontend.layouts.golden.partials._auth_brand_panel')
@endsection