@extends(auth()->user()?->can('admin.access') ? 'layouts.admin' : 'layouts.partner') @section('title', 'Two-factor authentication — '.config('app.name')) @section('page_title', 'Two-factor authentication') @section('breadcrumbs')
Two-factor authentication is enabled on this account.
@elseif ($pendingSecret)Add this secret to your authenticator app, then confirm with a code.
{{ $pendingSecret }}
{{ $otpUrl }}
@elseOptional staff 2FA is available. Enroll when you are ready — you will be challenged on each new login.
@endif