# Card request {{ $card->status }}
Hello {{ $card->user->name }},
Your card has been {{ ucfirst($card->status) }}.
@if($card->status == 'approved')
## Below are the details of the card:
@endif
@if($card->status == 'approved')
| Information | Details |
| ------------------- |:-------------------------:|
| **Type** | {{ ucfirst($card->type) }} |
| **Function** | {{ ucfirst($card->function) }} |
| **Holder Name** | {{ $card->holder_name }}|
@else
Reject Reason
{{ $card->request->reject_reason }}
@endif
We hope you enjoy using our platform. To get started, feel free to explore the features available to you.
View Card
If you have any questions, please don't hesitate to contact us at {{ settings()->site_email }}.
Best Regards,
{{ config('app.name') }}