@extends('layouts.auth') @section('title', __('Two Factor Challenge')) @section('content')
@if (session('status')) @endif

{{ __('Please confirm access to your account by entering the authentication code provided by your authenticator application.') }}

@csrf
@endsection @push('script') @endpush