Explorar o código

Remove "Allergies" from patient header

Vijayakrishnan Krishnan %!s(int64=4) %!d(string=hai) anos
pai
achega
7882034cf4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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' }}