My Orders
# | Order ID | Order Date | Total | Pyment Method | Pyment Status | Status | Action |
---|---|---|---|---|---|---|---|
{{ $key+1 }} | {{ $order->order_code }} | {{ $order->created_at->format('d M Y h:i A') }} | {{ number_format($order->total) }}৳ | {{ $order->payment_method }} | {{ $order->status }} | {{ $order->order_status }} | @if ($order->order_status == 'Pending') Cancel @endif @if ($order->order_status == 'Delivered') Success @endif Details |