|
@@ -28,7 +28,7 @@ $points = [
|
|
</div>
|
|
</div>
|
|
<?php if(!!$plan): ?>
|
|
<?php if(!!$plan): ?>
|
|
<div class="pl-3 mt-1 d-flex align-items-baseline">
|
|
<div class="pl-3 mt-1 d-flex align-items-baseline">
|
|
- <span class="text-secondary font-weight-bold mr-2">Subjective:</span>
|
|
|
|
|
|
+ <span class="text-secondary font-weight-bold mr-2">Plan:</span>
|
|
<div class="inline-html-container">
|
|
<div class="inline-html-container">
|
|
<?php $plan = $plan->data; ?>
|
|
<?php $plan = $plan->data; ?>
|
|
<?php include(resource_path('views/app/patient/segment-templates/_child_plan/behavior/' . $p['category'] . '/view-plan.php')); ?>
|
|
<?php include(resource_path('views/app/patient/segment-templates/_child_plan/behavior/' . $p['category'] . '/view-plan.php')); ?>
|