@extends('layouts.user') @section('title', 'Security Settings') @section('content')

Security Settings

Change Password

@csrf

Two-Factor Authentication

Status: {{ $user->two_factor_enabled ? 'Enabled' : 'Disabled' }}

2FA setup flow to be implemented in a later phase.

@endsection