|
@@ -111,6 +111,7 @@
|
|
@endif
|
|
@endif
|
|
</span>
|
|
</span>
|
|
<div id="enrollment-{{ $patient->uid }}" class="on-hover-content">
|
|
<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>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>Why not eligible: {{ $patient->why_not_eligible_for_rm_category ?? '---' }}</span><br>
|
|
<span>{{ $patient->why_not_eligible_for_rm_memo }}</span>
|
|
<span>{{ $patient->why_not_eligible_for_rm_memo }}</span>
|