{{ __('Your Profile') }}
{{ __('You have full control to manage your own account setting') }}
{{ getColumnValue($user) }}
{{ __('Please set your profile image.') }}
{{ __('Supported format: jpeg, png, bmp, gif, or svg') }}
{{ __('Default Wallet') }}
{{ __('Set Default Wallet') }}
{{ $defaultWallet->currency?->code ?? 'N/A'}}
{{ __('Profile QR Code') }}
{{ __('Use the QR code to easily handle your transactions.') }}
{{ __('Change Password') }}
*{{ __('Password should contain minimum 6 characters') }}
{{ __('Email Address') }}
{{ $user->email }}
{{ __('Personal Information') }}
{{ __('Profile Information') }}
{{ __('Name') }}
{{ __('Phone') }}
{{ $user->formattedPhone ?? 'N/A' }}
{{ __('Address 1') }}
{{ $user->user_detail?->address_1 }}
{{ __('Address 2') }}
{{ $user->user_detail?->address_2 ?? 'N/A' }}
{{ __('City') }}
{{ $user->user_detail?->city ?? 'N/A' }}
{{ __('State') }}
{{ $user->user_detail?->state ?? 'N/A' }}
{{ __('Country') }}
{{ $user->user_detail?->country?->name }}
{{ __('Time Zone') }}
{{ $user->user_detail?->timezone }}