Hi {{ $user->name }},
Your transfer to {{ $contact->name }} was successful!
- Amount Sent: {{ number_format($amount, 2) }} {{ $currency }}
- Contact Type: {{ ucfirst($contact->type) }}
@if($contact->type == 'bank')
- Bank: {{ $contact->bank_name }}
- Account Number: {{ $contact->bank_account_number }}
@elseif($contact->type == 'crypto')
- Wallet Address: {{ $contact->wallet_address }}
@endif
Thank you for using our service!