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

Mobile App Setup

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

Scan the QR code below using your preferred authentication app to get started.

{!! $svg !!}

Verify Setup

Verify that all is working by entering a code, generated within your authentication app, in the input box below:

{{ csrf_field() }} @if($errors->has('code'))
{{ $errors->first('code') }}
@endif
{{ trans('common.cancel') }}
@stop