{{ $order->created_at->format('M d, Y \a\t h:i A') }}
{{ $order->items->count() }} item(s)
@if(in_array($order->status->value, ['confirmed', 'processing', 'completed']))Payment: Confirmed
@elseif($order->payment)Payment: {{ $order->payment->payment_status->label() }}
@elsePayment not submitted
@endif{{ format_price($order->total_amount) }}
You have no orders yet.
Browse Products