@include('headerscript') @php $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 = array(); } 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 = array(); } @endphp
@csrf
Mrd.No
Patient Name
Age/Gender Mobile
Language
Address
Dt of Admission Dt of Operation Dt of Discharge
Diagnosis
Surgery
Treatment Given
Condition On Discharge
{{--
Special Instruction
--}}
Special Instruction
{{--
--}}
After Surgery Instruction
{{-- --}}
Investigation
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
@include('ipd/inctreatments')
Follow Up Dates
Follow up Dt 1 Follow up Dt 2 Time
       
@include('masters/inccommonmodal') @include('masters/incspecinstmodal')
@include('footerscript')