@extends('layouts.app') @section('title', 'Settings') @section('content')
Manage your account settings and preferences
@if($user->hasCompletedKyc()) ✅ Verified @else ⚠️ Pending Verification @endif
@if($user->hasCompletedKyc()) All features unlocked @else Complete KYC to unlock all features @endif
{{ $user->getSecurityScore() }}/100
@if($user->getSecurityScore() >= 80) Excellent security @elseif($user->getSecurityScore() >= 60) Good security @else Consider improving security @endif
{{ $user->full_name }}
{{ $user->email }}
Phone Number
{{ $user->phone }}
Transaction PIN
{{ $user->transaction_pin ? 'Configured' : 'Not set' }}
Two-Factor Authentication
{{ $user->two_factor_secret ? 'Enabled' : 'Disabled' }}