@extends('auth.layout') @section('content')
{% if enabled %} Status: Enabled {% else %} Status: Disabled {% endif %}
{% if flash.get("success") %}Recovery Codes
Disable Two-Factor Authentication
{% else %} Enable Two-Factor Authentication {% endif %} @endsection