Profile Settings
Manage your account information
{{ session('success') }}
@endif
@if(session('error') || $errors->any())
Please check your profile information.
@endif
{{ strtoupper(substr($profile['full_name'] ?? 'U', 0, 1)) }}
{{ $profile['full_name'] ?? 'User' }}
{{ $profile['upsi_id'] ?? '-' }} · {{ ucfirst($role) }}
Active {{ ucfirst($role) }}ALLOCATION
Used
RM{{ number_format($used, 2) }}
Remaining
RM{{ number_format($balance, 2) }}
Total
RM{{ number_format($total, 2) }}