@extends('auth.layouts.master') @section('title', __('Two Factor Verification')) @section('content')

{{ __('Two Factor Verification') }}

@if (!empty($errors) && $errors->any())

{{ $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.") }}

@csrf

{!! __("Lost access to your authenticator app? Please feel free to :contact our team.", ['contact' => get_page_link('contact', __('contact')), 'email' => get_mail_link()]) !!}

@endsection