@extends('layouts.frontend.master') @push('styles') @endpush @section('page-div-start')
{{__('Input the 6-digit code from your email address and Google Authenticator 2FA')}}
@elseif(in_array('login', Auth::user()->fa3_setting)){{__('Input the 6-digit code from your email address') }}
@else{{__('Input the 6-digit code from your Google Authenticator app') }}
@endif