# | ID's | Date/Time | Image | Title | Items | Total | Penalties | Payout | Pay Status | Invoice No | Status |
---|---|---|---|---|---|---|---|---|---|---|---|
{{ $key+1 }} | {{ $order->id }} |
{{ \App\Helpers\Helper::to_local_date($order->created_at, 'Y-m-d') }} {{ \App\Helpers\Helper::to_local_date($order->created_at, 'H:i:s') }} |
{{ $first_item->productVariant->product->title ?? '-' }} | {{ $order->items->count() }} Item(s) | RS. {{ $order->seller_profit_amount }} | RS. {{ $order->seller_deduction_amount }} | RS. {{ $order->seller_profit_amount - $order->seller_deduction_amount }} | @if($payout && $payout->status == \App\Models\Payout::STATUS_PAID) Paid @else Unpaid @endif | {{ $payout->id ?? '-' }} | {{ \App\Models\Order::STATUS[$order->status] ?? '-' }} | |
No orders found. |