|
@@ -35,22 +35,6 @@
|
|
|
?>
|
|
|
<?php endif; ?>
|
|
|
</div>
|
|
|
- <div class="pl-3">
|
|
|
- <?php if ($point->is_removed): ?>
|
|
|
- @if($point->removal_reason_category === 'DURING_VISIT')
|
|
|
- <span class="text-sm text-secondary">Removed during visit</span>
|
|
|
- @elseif($point->removal_reason_category === 'ON_INTAKE')
|
|
|
- <span class="text-sm text-secondary">Removed on intake</span>
|
|
|
- @endif
|
|
|
- <?php elseif ($point->added_in_note_id === $note->id): ?>
|
|
|
- <?php if ($point->addition_reason_category === 'DURING_VISIT'): ?>
|
|
|
- <span class="text-sm text-success">* Added during visit</span>
|
|
|
- <?php else: ?>
|
|
|
- <span class="text-sm text-info">* Added on intake</span>
|
|
|
- <?php endif;?>
|
|
|
- <?php endif; ?>
|
|
|
- </div>
|
|
|
-
|
|
|
</td>
|
|
|
<td></td>
|
|
|
</tr>
|