Samson Mutunga 3 жил өмнө
parent
commit
792913ec3c

+ 6 - 0
resources/views/app/patient/exercise-center.blade.php

@@ -82,6 +82,12 @@ $points = [
                 </tr>
                 </tr>
             @endforeach
             @endforeach
 
 
+            @if(!count($points))
+                <tr>
+                    <td>-</td>
+                </tr>
+            @endif
+
         </table>
         </table>
 
 
     </div>
     </div>

+ 1 - 1
resources/views/app/patient/segment-templates/_child_plan/exercise/AEROBIC_ACTIVITY/last-plan.php

@@ -31,5 +31,5 @@
 
 
     </div>
     </div>
 <?php else: ?>
 <?php else: ?>
-    <span class="text-secondary text-sm">None</span>
+    <span class="text-secondary text-sm">-</span>
 <?php endif; ?>
 <?php endif; ?>

+ 1 - 1
resources/views/app/patient/segment-templates/_child_plan/exercise/NEAT/last-plan.php

@@ -31,5 +31,5 @@
 
 
     </div>
     </div>
 <?php else: ?>
 <?php else: ?>
-    <span class="text-secondary text-sm">None</span>
+    <span class="text-secondary text-sm">-</span>
 <?php endif; ?>
 <?php endif; ?>

+ 1 - 1
resources/views/app/patient/segment-templates/_child_plan/exercise/STRENGTH_TRAINING/last-plan.php

@@ -31,5 +31,5 @@
 
 
     </div>
     </div>
 <?php else: ?>
 <?php else: ?>
-    <span class="text-secondary text-sm">None</span>
+    <span class="text-secondary text-sm">-</span>
 <?php endif; ?>
 <?php endif; ?>

+ 4 - 0
resources/views/app/patient/segment-templates/intake_exercise/summary.blade.php

@@ -15,6 +15,10 @@ $points = [
 ];
 ];
 ?>
 ?>
 
 
+<?php if(count($points)): ?>
+    <span>-</span>
+<?php endif ?>
+
 <?php foreach ($points as $p): ?>
 <?php foreach ($points as $p): ?>
 <?php $point = $p['point']; ?>
 <?php $point = $p['point']; ?>
 <?php if(!!$point): ?>
 <?php if(!!$point): ?>

+ 4 - 0
resources/views/app/patient/segment-templates/intake_nutrition/summary.blade.php

@@ -25,6 +25,10 @@ $points = [
 ];
 ];
 ?>
 ?>
 
 
+<?php if(count($points)): ?>
+    <span>-</span>
+<?php endif ?>
+
 <table class="table table-bordered table-sm mb-0">
 <table class="table table-bordered table-sm mb-0">
 <?php foreach ($points as $p): ?>
 <?php foreach ($points as $p): ?>
 <?php $point = $p['point']; ?>
 <?php $point = $p['point']; ?>

+ 4 - 0
resources/views/app/patient/segment-templates/plan_exercise/summary.blade.php

@@ -15,6 +15,10 @@ $points = [
 ];
 ];
 ?>
 ?>
 
 
+<?php if(count($points)): ?>
+    <span>-</span>
+<?php endif ?>
+
 <?php foreach ($points as $p): ?>
 <?php foreach ($points as $p): ?>
 <?php $point = $p['point']; ?>
 <?php $point = $p['point']; ?>
 <?php if(!!$point): ?>
 <?php if(!!$point): ?>

+ 4 - 0
resources/views/app/patient/segment-templates/plan_nutrition/summary.blade.php

@@ -25,6 +25,10 @@ $points = [
 ];
 ];
 ?>
 ?>
 
 
+<?php if(count($points)): ?>
+    <span>-</span>
+<?php endif ?>
+
 <?php foreach ($points as $p): ?>
 <?php foreach ($points as $p): ?>
 <?php $point = $p['point']; ?>
 <?php $point = $p['point']; ?>
 <?php if(!!$point): ?>
 <?php if(!!$point): ?>