Dear {{ $user->first_name }} {{ $user->last_name }},
Your card has been {{ $action }}. Below are the details:
- Reference ID
- {{ $card->reference_id }}
- Type
- {{ $card->type->label() }}
- Card Number
- **** **** **** {{ substr($card->card_number, -4) }}
- Status
- {{ $card->status->label() }} @if ($card->issued_at)
- Issued At
- {{ $card->issued_at->format('d M Y') }} @endif
Thank you for using {{ env('APP_NAME') }}!