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

{!! Form::select('room',array(''=>'เลือกห้อง')+array_pluck($room,'name','id'),@$casedata->case_room,['class'=>'form-control']) !!}
{!! Form::select('case_physicians01',array(''=>'เลือกแพทย์')+array_pluck2($doctor_select,'name','id'),@$casedata->case_physicians01,['class'=>'form-control ','required']) !!}
{!! Form::select('nurse01',array(''=>'เลือกพยาบาล')+array_pluck2($nurse_select,'name','id'),@$casedata->case_nurse01,['class'=>'form-control ','id'=>'case_nurse01']) !!}
{!! Form::select('nurse02',array(''=>'เลือกพยาบาล')+array_pluck2($nurse_select,'name','id'),@$casedata->case_nurse02,['class'=>'form-control ','id'=>'case_nurse02']) !!}
{!! Form::select('nurse03',array(''=>'เลือกผู้ช่วยพยาบาล')+array_pluck2($register_select,'name','id'),@$casedata->case_nurse03,['class'=>'form-control ','id'=>'case_nurse03']) !!}
{!! Form::select('nurse04',array(''=>'เลือกผู้ช่วยพยาบาล')+array_pluck2($register_select,'name','id'),@$casedata->case_nurse04,['class'=>'form-control ','id'=>'case_nurse04']) !!}

ยกเลิกการนัดหมาย

@endsection @section('script') @endsection