@extends('auth.layouts.master') @section('title', __('Two Factor Verification')) @section('content')
{{ $errors->first() }}
@endif{{ __("Your account has been configured to use two-factor authentication using google authenticator app.") }}
{{ __("Please enter your 6-digit code below to verify.") }}
{!! __("Lost access to your authenticator app? Please feel free to :contact our team.", ['contact' => get_page_link('contact', __('contact')), 'email' => get_mail_link()]) !!}