瀏覽代碼

Remove "Allergies" from patient header

Vijayakrishnan Krishnan 4 年之前
父節點
當前提交
7882034cf4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      resources/views/layouts/patient.blade.php

+ 1 - 1
resources/views/layouts/patient.blade.php

@@ -228,7 +228,7 @@
                                     @endif
                                 </section>
                                 <section>
-                                    <div><label>Allergies:</label> Grass, Pollen, Latex</div>
+                                    {{--<div><label>Allergies:</label> Grass, Pollen, Latex</div>--}}
                                     <div><label>Next Appt:</label> {{$patient->next_appointment ? friendly_date_time($patient->next_appointment, false) : '-'}}</div>
                                     <div>
                                         <label>CM:</label> {{ $patient->is_enrolled_in_cm === 'YES' ? 'Yes' : 'No' }}