| Name: | {{ $serviceProvider->title }} |
| Description: | {{ $serviceProvider->description }} |
| Address: | {{ $serviceProvider->address }} |
| Service: | {{ $service->name }} |
| Service Base Price : | {{ $service->price }} QAR |
| Distance Rate (Per KM) : | {{ $service->distance_rate ?? 0 }} QAR |
| Service Order ID | Order Status | Base Price | Distance Charge | Total |
|---|---|---|---|---|
| {{ $order->id }} | {{ $order->status }} | {{ $order->base_price }} QAR | {{ $order->distance_charge }} QAR | {{ $order->total_price }} QAR |
| Payment ID | Transaction Code | Amount | Payment Method | {{--Coupon | Discount | --}}Status |
|---|---|---|---|---|---|---|
| {{ $invoice->id }} | {{ $invoice->transaction_code ?: '---' }} | {{ $invoice->amount }} QAR | {{ $invoice->paymentType->payment_type ?? '' }} | {{--{{ $invoice->coupon ? $invoice->coupon->code : '---' }} | {{ $invoice->discount ?: '---' }} | --}}{{ $invoice->status }} |