@extends('layouts.app') @section('title', 'My Orders - Saba Remedies') @section('content')
Track and review all your past Unani medicine orders
{{ $user->email }}
| Order ID | Date | Total | Payment | Status | Invoice |
|---|---|---|---|---|---|
| {{ $ord->order_id }} | {{ date('d M Y', strtotime($ord->created_date)) }} | ₹{{ $ord->total_price }} | {{ $ord->payment_status ?: 'Pending' }} | {{ $ord->order_status ?: 'Processing' }} | View |