@extends('layouts.app') @section('style') @endsection @section('content')
@if($patient->pic=="") @else pic")}}?a={{date("Y-m-dH:i:s")}}" width="100px"/> @endif
patient_id/edit?prepage=")}}{{url()->full()}}" class="btn btn-light" style="border: 1px solid gray">Edit Patient profile
{{-- @csrf --}}
@if (count($errors) > 0)
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{!! Form::select('case_procedurecode',array(''=>'เลือกการตรวจ')+array_pluck($procedure,'procedure_name','procedure_code'),@$casedata->case_procedure,['class'=>'form-control','required','id'=>'case_procedure']) !!}

{!! Form::select('room',array(''=>'เลือกห้อง')+array_pluck($room,'room_name','room_id'),@$casedata->case_room,['class'=>'form-control']) !!}
{!!userSELECT('case_physicians01','เลือกแพทย์',$doctor_select,@$json->case_physicians01,'class="form-control savejson selectpicker" required data-live-search="true"')!!}
{{--
{!!userSELECT('doctor02','เลือกแพทย์',$doctor_select,@$json->doctor02,'class="form-control savejson"')!!}
{!!userSELECT('doctor03','เลือกแพทย์',$doctor_select,@$json->doctor03,'class="form-control savejson"')!!}
{!!userSELECT('nurse01','เลือกพยาบาล',$nurse_select,@$json->nurse01,'class="form-control savejson"')!!}
{!!userSELECT('nurse02','เลือกพยาบาล',$nurse_select,@$json->nurse02,'class="form-control savejson"')!!}
{!!userSELECT('nurse03','เลือกผู้ช่วยพยาบาล',$register_select,@$json->nurse03,'class="form-control savejson"')!!}
{!!userSELECT('nurse04','เลือกผู้ช่วยพยาบาล',$register_select,@$json->nurse04,'class="form-control savejson"')!!}
{!!userSELECT('anes','เลือกวิสัญญีแพทย์',$anes_select,@$json->anes,'class="form-control savejson"')!!}
--}}
{!! Form::select('righttotreatment',array(''=>'ไม่มีข้อมูล')+array_pluck(@$righttotreatment,'name','name'),'',['class'=>'form-control savejson','id'=>'righttotreatment']) !!}
@if(configTYPE('required','prediagnosis')) @else @endif
@include("EndoCAPTURE.camera.modal.modal_progress_camera") @endsection @section('script') @endsection