@extends('layouts.app') @php $view['case'] = $case; $view['cid'] = $cid; $view['json'] = $json; $view['mainpartsub'] = $mainpartsub; $view['photo'] = $photo; $view['vdo'] = $vdo; $view['json_photo'] = $json_photo; $view['folderdate'] = $folderdate; $view['users'] = $users; $view['procedure_findding'] = $procedure_findding; $acc = jsonDecode(@$case->icd9); $num_icd9_name=1 ; $view['photoselect'] = photoSELECT($photo); $nummax = count($view['photoselect']); $view['nummax'] = $nummax; @endphp @section('content') @if (Auth::user()->user_type=='viewer')
@endif @include('case.component.css.css') @if(in_array(Auth::user()->user_type,['doctor','endo'])) @endif @php $newurl = str_replace("procedure","procedure_pic",url()->full()); @endphp
@include('case.component.procedure_edit') @include('case.component.patient_detail') @include('case.component.admin_alert')
case_id")}}" method="post" style="width: 100%;"> @method('put') @csrf
{{-- @include("case.component.ercp_finding") --}} @foreach($case_recordshow as $cardname) @include("case.component.$cardname") @endforeach {{-- @include("case.component.finding_cxr") --}}
@include('case.component.modal.modal_confirm_del') @include('case.component.modal.modal_finding') @include('case.component.modal.modal_bigpic') @include('case.component.modal.modal_reload') {{-- @component('case.component.modal.modal_icd10' ,$view)@endcomponent --}} @endsection @section('script') @if( Auth::user()->user_type == "doctor" || Auth::user()->user_type == "endo" || Auth::user()->user_type == "nurse" && $cid > 0 ) @endif @if($nummax!=0) @endif @if($havephoto) @endif {{-- Nurse Monitor--}} {{-- Nurse Monitor--}} @endsection