@extends('auth.layout') @section('content')
{% if enabled %} Status: Enabled {% else %} Status: Disabled {% endif %}
{% if flash.get("success") %}Recovery Codes
You have {{ recovery_code_count }} recovery code{{ 's' if recovery_code_count != 1 else '' }} remaining. Recovery codes are only shown once when generated.
Disable Two-Factor Authentication
{% else %} Enable Two-Factor Authentication {% endif %} @endsection