|
@@ -50,6 +50,19 @@ $points = [
|
|
|
<img src="/img/nutrition-rx/ig.png" class="icon-nutrition-rx-row" alt="">
|
|
|
@endif
|
|
|
</div>
|
|
|
+ <div class="text-sm mt-1">
|
|
|
+ @if($p['category'] === 'HIGH_SUGAR_BEVERAGES')
|
|
|
+ E.g. soda, sweet tea, coffee, juice, etc.
|
|
|
+ @elseif($p['category'] === 'WATER_INTAKE')
|
|
|
+ Ounces per day
|
|
|
+ @elseif($p['category'] === 'FAST_FOOD')
|
|
|
+ Meals per week
|
|
|
+ @elseif($p['category'] === 'PORTION_SIZES')
|
|
|
+ Servings per meal
|
|
|
+ @elseif($p['category'] === 'DAILY_INTAKE_CARBOHYDRATES' || $p['category'] === 'DAILY_INTAKE_CALORIES')
|
|
|
+
|
|
|
+ @endif
|
|
|
+ </div>
|
|
|
</td>
|
|
|
<td class="w-40">
|
|
|
<div class="d-flex align-items-start position-relative">
|