@extends('layouts.frontend') @section('title', 'My Orders') @section('content')
| Order Number | Date | Total | Status | Payment | Actions |
|---|---|---|---|---|---|
| {{ $order->order_number }} | {{ $order->created_at->format('M d, Y') }} | ${{ number_format($order->total_amount, 2) }} | {{ ucfirst($order->status) }} | @if(!$order->payment_receipt_path) Payment Required @else @if($order->payment_status === 'confirmed') Confirmed @elseif($order->payment_status === 'rejected') Rejected @else Pending @endif @endif | View Track |
You have no orders yet
Start shopping for premium stitched and unstitched garments for men, women, and children at Rathore Collection.
Start Shopping