ID: {{ $user->uuid }}
•••• •••• •••• {{ $card->last_four }}
{{ $card->card_holder }}
Balance
${{ number_format($card->balance, 2) }}
Expiry Date
{{ $card->expiry_month }}/{{ $card->expiry_year }}
Billing Address
{{ $card->billing_address }}
ZIP Code
{{ $card->zip_code }}
| Date | Description | Amount |
|---|---|---|
| {{ $transaction->created_at->format('M d, Y H:i') }} | {{ $transaction->description }} | ${{ number_format($transaction->amount, 2) }} |
| No transactions found | ||
No cards found for this user