@extends ($theme.'frontend.layouts.master') @section('title',__('2FA Authentication')) @section('content')

{{__('QR Code')}}

@if(Auth::user()->tauth == '1')
@else
@endif

{{__('Authenticator')}}

{{__('Use Google Authenticator to Scan the QR code or use the code')}}

{{__('Google Authenticator is a multifactor app for mobile devices. It generates timed codes used during the 2-step verification process. To use Google Authenticator, install the Google Authenticator application on your mobile device.')}}

{{__('DOWNLOAD APP')}}
@endsection