@php $number = $data[0]->GrossAmt;@endphp
Vyawahare Netralaya & Eye Bank, Amravati
V.M.V Road, Rathi Nagar, Amravati | 0721-2664880 | Mob : 9370109617
Dr. Neeta Vyawahare
MBBS, DO (Opthal)
Regd. No. 070595
Dr. Pravin Vyawahare
MBBS, MS (Opthal)
Regd. No. 65374
HOSPITAL BILL
Name/Age/Gender {{ $data[0]->PatientName }} / {{ $data[0]->AgeGender }} MRD No {{ $data[0]->MrdNo }} Mobile {{ $data[0]->Phone }}
Address {{ strtoupper($data[0]->Address ?? '') }} Bill No {{ $BillNo }} Bill Date {{ date('d/m/Y', strtotime(str_replace('-', '/', $data[0]->BillDate))) }}
Date of Admission  {{ date('d/m/Y', strtotime(str_replace('-', '/', $data[0]->AdmissionDate))) }} Date of Operation  {{ date('d/m/Y', strtotime(str_replace('-', '/', $data[0]->OperationDate))) }} Date of Discharge  {{ date('d/m/Y', strtotime(str_replace('-', '/', $data[0]->DischargeDate))) }}
@if(strcasecmp($data[0]->BillType ?? '', 'Cashless') === 0) @endif
 Diagnosis  {{ $data[0]->Diagnosis }}
 Procedure done  {{ $operationNotes }}
 Name OF TPA Company  {{ $data[0]->TpaCompany ?? '' }}
 Name OF Insurance Company  {{ $data[0]->InsuranceComp ?? '' }}
 Policy No  {{ $data[0]->PolicyNo ?? '' }}
 Claim ID No  {{ $data[0]->ClainNo ?? '' }}
DETAILS
@foreach($data2 as $result) @endforeach
Particulars Amount
 {{$result->Name}}  ₹{{number_format($result->Amount,2)}}
Subtotal :  ₹{{number_format($data[0]->SubTotal,2)}}
In Words : Rupees
Payment Mode : {{$data[0]->PayMode}}