@extends('layouts.simple') @section('body')

{{ trans('auth.mfa_gen_totp_title') }}

{{ trans('auth.mfa_gen_totp_desc') }}

{{ trans('auth.mfa_gen_totp_scan') }}

{!! $svg !!}
{{ $url }}

{{ trans('auth.mfa_gen_totp_verify_setup') }}

{{ trans('auth.mfa_gen_totp_verify_setup_desc') }}

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