My Orders
@if($orders != null && count($orders) > 0)| Order# | Date | Order Total | Order Status | Action |
|---|---|---|---|---|
|
{{$order->order_no ?? ''}} |
{{$order->created_at->format('d/m/Y') ?? ''}} |
${{$order->total_amount ?? ''}} |
{{$order->order_status ?? ''}} |
View Order |
You did not placed any order
@endif
Organic Honey