@extends('admin.layouts.app') @section('title', __('admin.auth.enable_2fa_title')) @section('content')

{{ __('admin.auth.scan_qr_desc') }}

QR Code

{{ __('admin.auth.enter_manually') }}

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