Ver código fonte

Merge branch 'dev' into dev-vj

Vijayakrishnan 3 anos atrás
pai
commit
efaada052c
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      resources/views/app/dna/patients-table.blade.php

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

@@ -112,6 +112,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>