| Product | Gross | Commission | Net | Settlement | Date |
|---|---|---|---|---|---|
|
{{ Str::limit($tx->product_name, 28) }}
@if($tx->order)#{{ $tx->order->order_number }}@endif
|
₹{{ number_format($tx->order_amount ?? 0, 2) }} | ₹{{ number_format($tx->platform_charge ?? 0, 2) }} | ₹{{ number_format($tx->net_amount ?? 0, 2) }} |
{{ $row['label'] }}
@if($row['note']) {{ $row['note'] }}@endif |
{{ $tx->created_at->format('d M Y') }} |
| No sales yet. | |||||