{{ session('success') }}
@endif
Sno | Listing Id | Order no | Supplier Name | Seller Name | Product Name | Amount | Msg | Status | Created at |
---|---|---|---|---|---|---|---|---|---|
{{ $transaction->id }} | {{ $transaction->listingId }} | {{ $transaction->orderId }} | {{ $transaction->seller->contact_name ?? "No seller" }} | {{ $transaction->supplier->contact_name ?? "No Supplier" }} | {{ $transaction->sellerListing->product->product_name }} | {{ $transaction->amount }} | {{ $transaction->paymentType }} | {{ $transaction->paymentStatus }} | {{ $transaction->paymentDate }} |