| Txn ID | Product | Type | Order | Commission | Net | Status | Date |
|---|---|---|---|---|---|---|---|
| {{ Str::limit($tx->transaction_uid, 10, '') }} | {{ Str::limit($tx->product_name ?? $tx->description, 24) }} | {{ ucfirst($tx->listing_type ?? $tx->source ?? '—') }} | ₹{{ number_format($tx->order_amount ?? 0, 2) }} | ₹{{ number_format($tx->platform_charge ?? 0, 2) }} | ₹{{ number_format($tx->net_amount ?? $tx->amount, 2) }} | {{ $tx->status }} | {{ $tx->created_at->format('d M Y H:i') }} |