@extends('layouts.admin-auth') @section('title', __('Set Up Two-Factor Authentication')) @section('content')

Protect your account

Scan the QR code with Google Authenticator, Microsoft Authenticator, Authy, or another TOTP app.

Can't scan it? Enter this setup key manually
{{ $secret }}
Open in a compatible authenticator app
@csrf
@error('code')
{{ $message }}
@enderror
Codes refresh every 30 seconds. Enter the code currently shown in your app.
Set up later
@endsection @push('styles') @endpush @push('scripts') @endpush