Own Products
₹{{ number_format($summary['own_earnings'], 2) }}
Affiliate Products
₹{{ number_format($summary['affiliate_earnings'], 2) }}
Platform Charges
₹{{ number_format($summary['platform_charges'], 2) }}
How payments work: Sale amount stays in Pending until order is delivered. After the 72-hour return window, funds auto-credit to your Available Wallet. Withdraw minimum ₹{{ $minWithdrawal }} after Full KYC + bank verification.
Recent Sales
View All
@forelse($recentSales as $row) @php $tx = $row['transaction']; @endphp @empty @endforelse
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.