INDORE SPINE CENTRE & INDORE WOMEN
CARE CENTRE

126 Anoop Nagar, LIG Square ,Near LIC Building Indore - 452011 (Madhya Pradesh)

Phone: 8889744448 , 8889744443 Email: info@indorespinecentre.com

Bill cum Receipt

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) }}


@if(!empty($purchase_items)) @foreach($purchase_items as $index=>$val) @endforeach @endif
# Service Particulars Price Discount Net. price
{{$loop->index+1}} {{$val->service_name}} {{$val->unit_price}} {{$val->discount}} {{$val->net_price}}

@if(!empty($refundInfo) && $purchase_details->status != 'unpaid')
Refund Amount Summary

Refund Amount : ₹ {{$purchase_details->refund_amount}}

Refund Reason : {{$refundInfo->refund_reason}}

Refund Date : {{$refundInfo->refund_date}}


@endif

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}}