Payment Receipt

Logo
164-B Aptech Computer Center Street, Unit No. 02, Latifabad Hyderabad Contact # 03162129596 0223407813
Dear {{ $appointments->users->firstname }} ,
Here are your payment details.Thank you for choosing our services.
Mr no: {{ $appointments->mr_no }}
Patient Name : {{ $appointments->users->firstname }}
{{--
Age : {{ $appointments->users->age }}
--}}
Gender : {{ $appointments->users->gender }}
Phone : {{ $appointments->users->phone_no }}
Address : {{ $appointments->users->address }}
Created Date : {{ $appointments->formatted_created_at }}
Appointment Details
{{-- --}} @php $count = 1; $subtotal = 0; $totalDiscount = 0; $GrandTotal = 0; $app_detail = $appointments->appointment_details; @endphp {{-- @foreach ($appointments->appointment_details as $app_detail) --}} {{-- @endforeach --}}
Sno Doctors DiscountAmountAmount
{{ 1 }} {{ $app_detail->doctors->firstname }} {{ @$app_detail->discount }} {{ $app_detail->amount }}
Total Amount: {{ $appointments->main_total }} {{-- spacing purpose --}}
Total Discount: {{ $appointments->total_discount }} {{-- spacing purpose --}}
Grand Total: Rs. {{ $appointments->total }}
{{-- --}} {{-- --}}