@extends('layouts.app') @section('title', 'Vendor Wallet') @section('content')
| ID | Product | Type | Net | Status |
|---|---|---|---|---|
| {{ Str::limit($tx->transaction_uid, 8, '') }} | {{ Str::limit($tx->product_name, 30) }} | {{ ucfirst($tx->listing_type ?? '—') }} | ₹{{ number_format($tx->net_amount ?? $tx->amount, 2) }} | {{ $tx->status }} |