@extends('auth.layouts.app') @push('title') {{ __('2fa Verify') }} @endpush @section('content')
{{ getOption('app_name') }}

{{ getOption('sign_up_left_text_title') }}

{{ getOption('sign_up_left_text_subtitle') }}

{{ __('2FA Authentication') }}

{{ __('Hello') }} {{ auth()->user()->name }},
{{ __('Enter the verification code generated by your mobile application (Google Authenticator)') }}

@csrf

{{ __('If you lost your phone or uninstall the google authenticator app and enable to access your account please contact with us.') }}

@endsection