@php $layouts = 'layouts.app'; if($project=='endoindex'){ $layouts = 'layouts.layout_capture'; } @endphp @extends($layouts) @section('style') @endsection @section('content')
# | HN | Patient Name | Age | Procedure | Room | Date | Manage |
---|---|---|---|---|---|---|---|
{{ $tb->case_id }} | {{ $tb->case_hn }} | {{ @$json->patientname }} | {{ @$json->age }} | {{ @$json->procedurename }} | {{ @$json->room }} | {{@$date}} |
@if($tb->case_status==2)
case_id")}}" class="btn btn-primary">
@else
@endif
case_id")}}" class="btn btn-icon waves-effect waves-light btn-info">
|
No Data!! |