Samson Mutunga hace 3 años
padre
commit
a44c96824e
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      resources/views/app/dna/patients-table.blade.php

+ 1 - 0
resources/views/app/dna/patients-table.blade.php

@@ -111,6 +111,7 @@
 						   @endif
 						</span>
 					   	<div id="enrollment-{{ $patient->uid }}" class="on-hover-content">
+						   	<h6 class="mt-2 font-weight-bold">{{ $patient->is_enrolled_in_rm }}</h6>
 							<span>Is Eligible for RM: {{ $patient->is_eligible_for_rm }}</span><br>
 							<span>Why not eligible: {{ $patient->why_not_eligible_for_rm_category ?? '---' }}</span><br>
 							<span>{{ $patient->why_not_eligible_for_rm_memo }}</span>