@extends('layouts.app') @section('title_full', __('Authentication').' - '.$user->getFullName()) @section('body_attrs')@parent data-user_id="{{ $user->id }}"@endsection @section('sidebar') @include('partials/sidebar_menu_toggle') @include('users/sidebar_menu') @endsection @section('content')
{{ __('Authentication') }} › {{ __('Two-Factor Authentication') }}
@include('partials/flash_messages')
{{ csrf_field() }} 1) {{ __('Install one of the following authenticator apps on your mobile device:') }} 2) {{ __('Use your authenticator app to scan the QR-code below.') }}

  {{ $qr_string }}

3) {{ __('Enter the verification code generated by your authenticator app.') }}
@include('partials/field_error', ['field'=>'tfa_confirm_code'])
{{ __('Cancel') }}
@endsection