@extends('client.layouts.app') @section('title', __('client.auth.enable_2fa_title')) @section('content') {{ __('client.auth.back_to_security') }}

{{ __('client.auth.enable_2fa_title') }}

{{ __('client.auth.setup') }}

{{ __('client.auth.scan_qr_code') }}

QR Code

{{ __('client.auth.or_enter_manually') }}

{{ $secret }}
@if($errors->any())
{{ $errors->first() }}
@endif
@csrf
{{ __('common.actions.cancel') }}
@endsection