|
@@ -1,4 +1,4 @@
|
|
-<div class="mb-1 font-weight-bold text-secondary">Current Intake</div>
|
|
|
|
|
|
+<div class="mb-1 font-weight-bold text-secondary">Current Intake (ounces per day)</div>
|
|
<?php if ($point->lastChildReview): ?>
|
|
<?php if ($point->lastChildReview): ?>
|
|
<?php $parsedReview = json_decode($point->lastChildReview->data); ?>
|
|
<?php $parsedReview = json_decode($point->lastChildReview->data); ?>
|
|
<div class="<?= $point->last_child_review_point_scoped_note_id === $note->id ? 'bg-warning-mellow p-2 rounded' : '' ?>">
|
|
<div class="<?= $point->last_child_review_point_scoped_note_id === $note->id ? 'bg-warning-mellow p-2 rounded' : '' ?>">
|