Customer Details:
@endifCUSTOMER NAME: {{ $invoice->user->name }}
CUSTOMER Phone: {{ $invoice->user->phone }}
CUSTOMER Email: {{ $invoice->user->email }}
@endif
Cars Details:
CAR LOCATION: {{ @$subscription->getCar->location->street_name}}, {{ @$subscription->getCar->location->compound_name}}
Subscriptions Details:
Subscription ID | CAR | CAR Type | AMOUNT | SUBSCRIPTION TYPE | SUBSCRIPTION STATUS | TOTAL |
---|---|---|---|---|---|---|
{{ $subscription->id }} | {{ $subscription->getCar->model->name }} | {{ $subscription->getCar->type->name }} | {{ $subscription->amount }} QAR | {{ @$invoice->type }} | {{ $subscription->status }} | {{ $invoice->type }} |
Payment Details:
Payment ID | Transaction_code 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 }} |