@extends($layout) @section('content')
{!! $tpl->displayNotification() !!}

{!! __('label.twoFA_setup') !!}


@if (! $twoFAEnabled)
1. {!! __('text.twoFA_qr') !!}


Secret:

{{ $secret }}


2. {!! __('text.twoFA_verify_code') !!}

{!! __('label.twoFACode_short') !!}:


@else
{!! __('text.twoFA_already_enabled') !!}

{!! __('buttons.back') !!}

@endif
@endsection