Track and manage your order history
{{ $order->supplier->business_name ?? 'N/A' }}
₹{{ number_format($order->total_amount, 2) }}
{{ ucfirst($order->status) }}{{ $order->created_at->format('M d, Y') }}
{{ $order->expected_delivery_date ? $order->expected_delivery_date->format('M d, Y') : 'TBD' }}
{{ ucfirst($order->payment_status ?? 'pending') }}
... and {{ $order->orderItems->count() - 3 }} more items
@endifYou haven't placed any orders yet or no orders match your search criteria.
Start Shopping