Customer Details:
@endifCUSTOMER NAME: {{ $invoice->user->name }}
CUSTOMER Phone: {{ $invoice->user->phone }}
CUSTOMER Email: {{ $invoice->user->email }}
@endif
Service Provider:
Name: | {{ $serviceProvider->title ?? '' }} |
Description: | {{ $serviceProvider->description ?? '' }} |
Address: | {{ $serviceProvider->address ?? '' }} |
Service Name: | {{ $service->name ?? 0 }} |
Service Base Price : | {{ $service->price ?? 0 }} QAR |
Distance Rate (Per KM) : | {{ $service->distance_rate ?? 0 }} QAR |
Breakdown Service Details:
Service Order ID | Status | Base Price | Distance Charge | Total |
---|---|---|---|---|
{{ $order->id ?? '' }} | {{ $order->status ?? '' }} | {{ $order->base_price ?? 0 }} QAR | {{ $order->distance_charge ?? 0 }} QAR | {{ $order->total_price ?? 0 }} QAR |
Payment Details:
Payment ID | Transaction code | AMOUNT | Payment Method | {{--Coupon | Discount | --}}Payment STATUS |
---|---|---|---|---|---|---|
{{ $invoice->id }} | {{ $invoice->transaction_code ?: '---' }} | {{ $invoice->amount }} QAR | {{ $invoice->paymentType->payment_type ?? '' }} | {{--{{ @$invoice->coupon ? $invoice->coupon->code : '---' }} | {{ @$invoice->discount ?: '---' }} | --}}{{ $invoice->status }} |