|
@@ -46,7 +46,7 @@ foreach($interventions as $intervention) {
|
|
|
@if($intervention->removal_reason_category === 'DURING_VISIT')
|
|
|
<span class="ml-2 text-sm text-secondary">Removed during visit</span>
|
|
|
@elseif($intervention->removal_reason_category === 'ON_INTAKE')
|
|
|
- <span class="ml-2 text-sm text-secondary">Removed on intake</span>
|
|
|
+ <span class="ml-2 text-sm text-secondary">Historic</span>
|
|
|
@endif
|
|
|
<?php elseif ($intervention->added_in_note_id === $note->id): ?>
|
|
|
<span class="ml-2 text-sm text-success">* Added on intake</span>
|