Manage your orders and account information
| Order ID | Date | Items | Subtotal | Delivery | Total | Status | Actions |
|---|---|---|---|---|---|---|---|
| #{{ $order->id }} | {{ $order->created_at->format('M d, Y') }} | {{ $order->details->count() }} items | Tk {{ number_format($subtotal, 2) }} | Tk {{ number_format($deliveryCharge, 2) }} | Tk {{ number_format($order->payable, 2) }} | {{ ucfirst($order->status) }} |
You haven't placed any orders yet. Start shopping to see your order history here!
Start Shopping