126 Anoop Nagar, LIG Square ,Near LIC Building Indore - 452011 (Madhya Pradesh)
Phone: 8889744448 , 8889744443 Email: info@indorespinecentre.com
Patient Name : {{ $purchase_details->patient->name ?? 'N/A' }}
Mobile Number : {{ $purchase_details->patient->phone ?? 'N/A' }}
Patient ID : {{ $purchase_details->patient_id }}
Referred by : -
Bill Date : {{ $purchase_details->created_at ? $purchase_details->created_at->format('d-M-Y h:i:s A') : '' }}
Bill Number : #{{ $purchase_details->id }}
Bill Status : {{ strtoupper($purchase_details->status) }}
| # | Service Particulars | Price | Discount | Net. price |
|---|---|---|---|---|
| {{$loop->index+1}} | {{$val->service_name}} | {{$val->unit_price}} | {{$val->discount}} | {{$val->net_price}} |
Refund Amount : ₹ {{$purchase_details->refund_amount}}
Refund Reason : {{$refundInfo->refund_reason}}
Refund Date : {{$refundInfo->refund_date}}
Payment Mode : {{$purchase_details->payment_mode}}
{{ $amountinwords }}
Billed Amount : {{$purchase_details->base_amount}}
Final Amount : {{$purchase_details->final_amount}}
Received Amount : {{$purchase_details->received_amount}}
Balance Amount : {{$purchase_details->net_amount}}