@extends('layouts.app') @section('title', __('app.enable_2fa')) @section('page_title', __('app.enable_2fa')) @section('content')

{{ __('app.enable_2fa') }}

{{ __('app.scan_qr_code') }}

{!! $qrCodeSvg !!}
Secret: {{ $secret }}
{{ __('app.enter_code_from_app') }}
@csrf
@error('code') {{ $message }} @enderror
{{ __('app.cancel') }}
@endsection