|
@@ -200,14 +200,14 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
?>
|
|
?>
|
|
- <label class="text-sm mb-1 font-weight-bold">Plan</label>
|
|
|
|
|
|
+ <label class="text-sm mb-1 font-weight-bold">{{@$planLabel ? $planLabel : 'Plan'}}</label>
|
|
<div note-rte
|
|
<div note-rte
|
|
class="form-group mb-2 border-left border-right rte-holder bg-white"
|
|
class="form-group mb-2 border-left border-right rte-holder bg-white"
|
|
data-field-name="planValue"><?= $currentValue ?></div>
|
|
data-field-name="planValue"><?= $currentValue ?></div>
|
|
<?php if($previousValue): ?>
|
|
<?php if($previousValue): ?>
|
|
<div class="mb-2">
|
|
<div class="mb-2">
|
|
<div class="d-flex align-items-baseline mb-1">
|
|
<div class="d-flex align-items-baseline mb-1">
|
|
- <span class="text-sm text-secondary">Previous Plan / <?= friendlier_date($previousChildPlan->created_at) ?> (click to copy)</span>
|
|
|
|
|
|
+ <span class="text-sm text-secondary">Previous {{@$planLabel ? $planLabel : 'Plan'}} / <?= friendlier_date($previousChildPlan->created_at) ?> (click to copy)</span>
|
|
</div>
|
|
</div>
|
|
<div class="p-2 bg-light border inline-html-container click-to-copy"><?= $previousValue ?></div>
|
|
<div class="p-2 bg-light border inline-html-container click-to-copy"><?= $previousValue ?></div>
|
|
</div>
|
|
</div>
|