@extends('layouts.user') @section('title', 'Security Settings') @section('content')
Status: {{ $user->two_factor_enabled ? 'Enabled' : 'Disabled' }}
2FA setup flow to be implemented in a later phase.