My Orders

  • Active
  • Completed
  • Cancelled
@if($data['activeOrders']->isEmpty())
No Active Product Found!
@else @foreach($data['activeOrders'] as $active)
  • Order no #{{$active->id ?? ''}}
  • Order date: {{$active->created_at->format('M d Y, h.i A') ?? ''}}
  • Estimated: Jun 30 2023
  • Order status: {{$active->order_status ?? ''}}
  • Payment method: {{$active->method ?? ''}}
{{$active->orderDetails->first()->name ?? ''}}

Quantity: {{$active->orderDetails->first()->quantity ?? ''}}

Total price: ₦{{$active->orderDetails->first()->amount ?? ''}}

VIEW DETAILS
@endforeach @endif
@if($data['completedOrders']->isEmpty())
No Active Product Found!
@else @foreach($data['completedOrders'] as $active)
  • Order no #{{$active->id ?? ''}}
  • Order date: {{$active->created_at->format('M d Y, h.i A') ?? ''}}
  • Estimated: Jun 30 2023
  • Order status: {{$active->order_status ?? ''}}
  • Payment method: {{$active->method ?? ''}}
{{$active->orderDetails->first()->name ?? ''}}

Quantity: {{$active->orderDetails->first()->quantity ?? ''}}

Total price: ₦{{$active->orderDetails->first()->amount ?? ''}}

VIEW DETAILS
@endforeach @endif
@if($data['cancelledOrders']->isEmpty())
No Active Product Found!
@else @foreach($data['cancelledOrders'] as $active)
  • Order no #{{$active->id ?? ''}}
  • Order date: {{$active->created_at->format('M d Y, h.i A') ?? ''}}
  • Estimated: Jun 30 2023
  • Order status: {{$active->order_status ?? ''}}
  • Payment method: {{$active->method ?? ''}}
{{$active->orderDetails->first()->name ?? ''}}

Quantity: {{$active->orderDetails->first()->quantity ?? ''}}

Total price: ₦{{$active->orderDetails->first()->amount ?? ''}}

VIEW DETAILS
@endforeach @endif

Order details

  • Order no #001
  • Estimated: Jun 30 2023
  • Total: ₦25,000

Order placed

Jun 01 2023, 1.00 PM

Your order has been successfully verified

In progress

Jun 01 2023, 1.00 PM

Your order has been successfully verified

Shipped

Jun 01 2023, 1.00 PM

Your order has been successfully verified

Delivered

Jun 01 2023, 1.00 PM

Your order has been successfully verified

Outfit name

Size: S

Quantity: 1

Total price: ₦25,000

Outfit name

Size: S

Quantity: 1

Total price: ₦25,000

Outfit name

Size: S

Quantity: 1

Total price: ₦25,000

Outfit name

Size: S

Quantity: 1

Total price: ₦25,000

Outfit name

Size: S

Quantity: 1

Total price: ₦25,000

Outfit name

Size: S

Quantity: 1

Total price: ₦25,000

Outfit name

Size: S

Quantity: 1

Total price: ₦25,000

Outfit name

Size: S

Quantity: 1

Total price: ₦25,000