|
@@ -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']; ?>
|