@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] }}
{{ __('allergies.allergies') }}
" . $row['Category_Name'] . "";
//}
while ($row = mysql_fetch_assoc($result_drugs)) {
$drug_checkbox .= "" . " " . $row['Category_Name'] . "
";
}
?>
{{ __('allergies.currently_known') }}