@if ($patient_info)
Patient Id |
Mobile |
Name |
Age |
Gender |
Blood Group |
{{ $patient_info['patient_id'] }} |
{{ $patient_info['phone_no'] }} |
{{ $patient_info['patient_name'] }} |
{{ $patient_info['age'] }} |
{{ $patient_info['gender'] }} |
{{ $patient_info['blood_group'] }} |
@endif
{{-- Add New Patient Modal Start --}}
{{-- Add New Patient Modal End --}}
@if ($pat_data)
@foreach ($pat_data as $pt_info)
{{ $pt_info->patient_name }}
@endforeach
@endif
Sl No. |
Diagnosis Name |
Amount |
@foreach ($diagnosis_list as $key => $test)
{{$key+1 }} |
{{ $test['diagnosis_name'] }} |
INR {{number_format((float)$test['net_amount'], 2, '.', '')}} |
@endforeach
{{--
--}}
{{--
Total: {{$total_amt}} --}}
@if(sizeof($scheme_data)>0)
@foreach($scheme_data as $key=> $sch)
@endforeach
@endif
{{--
scheme discount
--}}
Payable Amount : INR {{number_format((float)$totalamount, 2, '.', '')}}
Balance Amount :
@if($remaningamount == 0)
INR {{number_format((float)$totalamount, 2, '.', '')}}
@else
INR {{number_format((float)($totalamount - $remaningamount), 2, '.', '')}}
@endif
@for($i=0;$i<=$paymentmodecount;$i++)
@if($paymentmode != null && $paid_amount != null && isset($paymentmode[$i]) && isset($paid_amount[$i]) )
@endif
@endfor
{{--Add New External Doctor start--}}
{{--Add New External Doctor End--}}
@section('externaljs')
@endsection