@php $view['doctor'] = $doctor; $view['procedure'] = $procedure; $view['config'] = $config; $view['holiday'] = $holiday; // $view['case_calendar'] = $case_calendar; @endphp @extends('layouts.app') @section('title', 'EndoCapture') @section('style') @endsection @section('modal') @include('EndoCAPTURE.home.component.modal_hisdetail') @include('EndoCAPTURE.home.component.modal_barcode') @include('EndoCAPTURE.home.component.modal_holiday') @include('EndoCAPTURE.home.component.modal_rapid') @include('EndoCAPTURE.home.component.modal_worklist_wait') @include('EndoCAPTURE.home.component.modal_worklist') @endsection @section('content') @php $admin['controllername'] = "endocapture/homecontroller"; $admin['viewname'] = "home/index.blade.php"; cardADMIN($admin); @endphp
# | HN | Patient name | Gender | Age | OPERATION | SURGEON | Create |
Booking | |||||||
{{@$i}} | {{@$json_book->HN}} | {{@$json_book->PTNAME}} | {{@$json_book->MALE}} | {{@$json_book->AGE}} | {{@$json_book->OPERATION}} | {{@$json_book->SURGEON}} | |
HIS | |||||||
NO Data |