| #{{ $tx->id }} |
{{ Str::limit($tx->title ?? '', 30) }} |
{{ $tx->buyer->name ?? 'N/A' }} |
{{ $tx->seller->name ?? 'N/A' }} |
₦{{ number_format($tx->amount ?? 0, 2) }} |
₦{{ number_format($tx->fee ?? 0, 2) }} |
{{ ucfirst($tx->status ?? 'pending') }} |
{{ $tx->created_at?->format('M d, Y') }} |
|
@empty