| Service Order ID | Order Status | Total |
|---|---|---|
| {{ $order->id }} | {{ $order->status }} | {{ $order->total_price }} QAR |
| Payment ID | Transaction Code | Amount | Payment Method | Status |
|---|---|---|---|---|
| {{ $invoice->id }} | {{ $invoice->transaction_code ?: '---' }} | {{ $invoice->amount }} QAR | {{ $invoice->paymentType->payment_type ?? '' }} | {{ $invoice->status }} |