@if (session()->has('patient_id')) @php $real_patients_id = session('patient_id'); @endphp @php $patient = get_all_first(['id' => session('patient_id')], 'patients'); @endphp @endif
{{ $patient_categories[$patient->category_id] }}
0) { // echo ''; ?> '; ?> "; } ?>
{{ __('allergies.patient_number') }} {{ __('allergies.full_names') }} {{ __('allergies.gender') }} {{ __('allergies.date_of_birth') }}
{{ $patient->number }} {{ insurance_flag($patient->id) }} {{ $patient->gender == 1 ? __('allergies.male') : __('allergies.female') }} date_of_birth); ?> " . __('allergies.no_patient_selected') . "
{{ __('allergies.allergies') }}
{{ __('allergies.alerts') }} {{ __('allergies.none') }}
" . $row['Category_Name'] . ""; //} while ($row = mysql_fetch_assoc($result_drugs)) { $drug_checkbox .= "" . " " . $row['Category_Name'] . "
"; } ?>