Orders
Orders Table
Manage your orders efficiently with our user-friendly interface. Easily navigate through your order details. Use the "Update Status" option to modify the status of existing orders. Hassle-free management with sort and filter options available for quick access.
SL No. | Order Id | Order No | Order details | Customer details | Address | Payment | Coupon Code | Discount Amount | Discount Percentage | Shipping charge | Total | Purchase date | Delivery Status | Shipping Link (Applicable only for shipped orders) |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
No orders available | ||||||||||||||
{{ $i++ }} | #OID_{{$order->id}} | #{{ $order->order_no }} | {{ ucfirst($order->payment) }} | @if($order->coupon_code) {{ $order->coupon_code }} @else N/A @endif | @if($order->discount_amount) ${{ number_format($order->discount_amount, 2) }} @else N/A @endif | @if($order->discount_percentage) {{ $order->discount_percentage }}% @else N/A @endif | ${{ number_format($order->shipping_charge, 2) }} | ${{ number_format($order->total_amount, 2) }} | {{ $order->created_at->format('d-m-Y') }} |