@extends('frontend.layouts.app') @section('title', __('Two Factor Authentication is required')) @section('content')
@lang('Two Factor Authentication is required')
@lang('To continue, open up your Authenticator app and issue your 2FA code.')
@foreach((array)$credentials as $name => $value)
@endforeach @if($remember)
@endif
@lang('Authentication Code')
@if($error)
{{ trans('laraguard::validation.totp_code') }}
@endif
@lang('Confirm Code')
@endsection