@extends('frontend.layouts.main') @section('title') {{ __('Enable two-factor authentication') }} @endsection @section('content')

{{ __('Open Google Authenticator app on your mobile phone.') }}

{{ __('Scan the below QR code with the authenticator app.') }}

{{ __('After that input the one-time password that you see on the screen to complete the process.') }}

{!! $qr !!}
@csrf
{{ __('Input one-time password that you currently see in the Google Authenticator app.') }}
@endsection