@extends('layouts.public') @section('content')

Set up Authenticator

To enhance your account security, please link your account with an Authenticator app (Google Authenticator, Microsoft Authenticator, etc.)

{!! $qrCode !!}

Scan this QR Code

Manual Entry Key

{{ $secret }}
@csrf
@error('code')

{{ $message }}

@enderror
@csrf
@endsection