@extends('auth.layouts.app')
@section('title', __('auth.two_factor_title'))
@section('content')
{{ __('auth.two_factor_title') }}
{{ __('auth.two_factor_subtitle') }}
@if (session('status'))
{{ __('auth.two_factor_account_hint', ['email' => $pendingUser->email]) }}