@extends('layouts.main') @push('styles') @endpush @section('content')
| {{ __('triage.symptoms') }} {{ __('triage.add_new') }} | {{ __('triage.duration') }} | {{ __('triage.prompt') }} | {{ __('triage.reference_text') }} | |
|---|---|---|---|---|
|
|
||||
|
|
||||
| {{ Form::select('symptoms[]', $symptoms, $symptoms_array[$i], ['id' => 'symptoms_' . $i, 'class' => 'form-control col-sm-12 compulsory initial_symptoms_select', 'onchange' => 'showPrompt(this.value, ' . $i . ')']) }} |
|
| {{ __('triage.observation') }} | {{ __('triage.value') }} | {{ __('triage.normal_range') }} | @if ($age_group == 5)KEWS | NEWS | @elseKEWS | @endif
|---|
| {{ __('triage.patient_attendance') }} | |
|---|---|
| {{ __('triage.re_attendance_or_new') }} | |
| new_attendance)) checked @endif/> {{ __('triage.new_attendance') }} | re_attendance)) checked @endif/> {{ __('triage.re_attendance') }} |