Name: | {{ $serviceProvider->title }} |
Description: | {{ $serviceProvider->description }} |
Service: | {{ $sofaService->name }} |
Service Price per m²: | {{ $sofaService->price }} QAR |
Address: | {{ $serviceProvider->address }} |
Order ID | Order Status | Total |
---|---|---|
{{ $order->id }} | {{ $order->status }} | {{ $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 }} |