@extends('simple-layout') @section('body')

Setup Multi-Factor Authentication

Setup multi-factor authentication as an extra layer of security for your user account.

Mobile App

To use multi-factor authentication you'll need a mobile application that supports TOTP such as Google Authenticator, Authy or Microsoft Authenticator.

@if($userMethods->has('totp'))
@icon('check-circle') Already configured
Reconfigure @else Setup @endif
Backup Codes

Securely store a set of one-time-use backup codes which you can enter to verify your identity.

@if($userMethods->has('backup_codes'))
@icon('check-circle') Already configured
Reconfigure @else Setup @endif
@stop