Hello {{ $user->name }} {{ $user->middle_name }} {{ $user->last_name }},
We are pleased to inform you that your {{ $card->card_type }} - {{ $card->card_level }} card has been successfully approved.
Here are the details of your card:
- Reference ID: #{{ $card->reference_id }}
- Card Number: **** **** **** {{ substr($card->card_number, -4) }}
- Expiry Date: {{ formatDate($card->expiry_date) }}
- Currency: {{ cardCurrency($card->currency, 'name') }}
- Daily Limit: {{ cardCurrency($card->currency) }}{{ formatAmount($card->daily_limit) }}
You can now start using your card for secure online and offline transactions.
Best regards,
{{ config('app.name') }} Team