Customer Details:
@endifCUSTOMER NAME: {{ $invoice->user->name }}
CUSTOMER Phone: {{ $invoice->user->phone }}
CUSTOMER Email: {{ $invoice->user->email }}
@endif
Breakdown Service Details:
| Service Order ID | Status | Total Price |
|---|---|---|
| {{ $order->id ?? '' }} | {{ $order->status ?? '' }} | {{ $order->total_price ?? 0 }} QAR |
Payment Details:
| Payment ID | Transaction code | AMOUNT | Payment Method | Payment STATUS |
|---|---|---|---|---|
| {{ $invoice->id }} | {{ $invoice->transaction_code ?: '---' }} | {{ $invoice->amount }} QAR | {{ $invoice->paymentType->payment_type ?? '' }} | {{ $invoice->status }} |