@extends('layouts.auth') @section('title') {{ __('messages.two_factor_auth.twofactor_authentication') }} @endsection @section('content')
Register Image
{{ getAppName() }}
@include('layouts.errors') @include('flash::message') @if (Session::has('status')) @endif

{{ __('messages.two_factor_auth.twofactor_authentication') }}

{{ __('messages.two_factor_auth.please_enter_6_digit_code_from_your_authenticator_app_to_login') }}
@csrf
{{ __('messages.common.cancel') }}
@endsection