@extends('layouts.app') @section('title','Card Transactions') @section('content')
{{ $card->masked_pan }} · ₦{{ number_format($card->user->getCoins() * 10) }} balance
| Date | Merchant | Category | Amount | NC Debited | Status |
|---|---|---|---|---|---|
| {{ $txn->created_at->format('d M Y, H:i') }} | {{ $txn->merchant_name ?? '—' }} | {{ $txn->merchant_category ?? '—' }} | {{ $txn->isCompleted() ? '-' : '' }}₦{{ number_format($txn->amount_naira) }} | {{ $txn->coins_debited }} NC | {{ ucfirst($txn->status) }} |
| No card transactions yet. | |||||