@include('header') @php $UserId = Session::get('UserId'); $UserId = Session::get('UserId'); if (file_exists('json_files/json-file.json')) { $json = file_get_contents('json_files/json-file.json'); //Decode JSON $json_data = json_decode($json, true); $results = []; } if (file_exists('json_files/timetables_date.json')) { $json2 = file_get_contents('json_files/timetables_date.json'); //Decode JSON $json_data2 = json_decode($json2, true); $results2 = []; } @endphp
@csrf
@foreach ($patientList as $result) @if ($result->Phone == '') @else @endif
Mrd.No Patient Name Age/Gender Mobile Address
Date of Admission Date of Operation Date of Discharge Follow up Date Time
Diagnosis
Surgery Performed
Clinical Examination
Treatment Given
Condition On Discharge
Investigation
B.S (Random)
U.S (Random)
B.P
B.S (PostMeal)
U.S (PostMeal)
IOL Power
Other IOL
IOP(RE)
IOP(RE
Hbs Ag
ECG
HIV
@include('ipd/inctreatments')
@include('masters/inccommonmodal') @include('footerscript')