@extends('auth.layouts.app') @section('title', __('auth.two_factor_title')) @section('content')

{{ __('auth.two_factor_title') }}

{{ __('auth.two_factor_subtitle') }}
@if (session('status'))
{{ session('status') }}
@endif
{{ __('auth.two_factor_account_hint', ['email' => $pendingUser->email]) }}
@csrf
@error('code')
{{ $message }}
@enderror
@if($supportsEmail)
@csrf
@endif @endsection