| Sno | Doctors | Discount | {{--Amount | --}}Amount |
|---|---|---|---|---|
| {{ 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 }} | ||||