Account Settings

Manage your account preferences and personal information

Profile Information

@csrf @method('PUT')

Currency Preferences

@csrf @method('PUT')
@php $globalCurrencyOverride = \App\Models\SystemSetting::isGlobalCurrencyOverrideEnabled(); $defaultCurrency = \App\Models\SystemSetting::getDefaultCurrency(); @endphp @if($globalCurrencyOverride)

Global Currency Override Active: The administrator has enforced {{ \App\Services\CurrencyService::getCurrencyOptions(false)[$defaultCurrency] ?? $defaultCurrency }} as the system-wide currency. Your currency preference has been temporarily disabled.

@else @endif
@if(!$globalCurrencyOverride)

Your preferred currency will be used throughout the application, including donation forms and elderly profiles.

@endif

Change Password

@csrf @method('PUT')

Notification Preferences

@csrf @method('PUT')

Donation Receipts

Receive receipts for your donations

Subscription Renewals

Get notified before your subscription renews

Elderly Updates

Receive updates about elderly you've supported

Newsletter

Receive our monthly newsletter with updates and stories

Delete Account

Once your account is deleted, all of your personal information will be permanently removed. Your donation history will be anonymized but maintained for record-keeping purposes.

@push('scripts') @endpush