{{ $user->name }}
{{ $user->email }}
Wallet Balance
K{{ number_format((float) ($wallet->balance ?? 0), 2) }}
Currency
{{ $wallet->currency ?? 'ZMW' }}