summaryrefslogtreecommitdiff
path: root/html/app/views/group.php
blob: fddd3d256c2bef99ba7fbc614e5ddb68b953ae13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<img src="https://cdn.sklavenitis.co.gr/uploads/products/1180106.jpg">
<!--
<img src="https://s1.sklavenitis.gr/images/1600x1600/40/files/ProductMedia/Products/1222798/1.jpg" style="max-height:240px;"> -->
<img src="https://s1.sklavenitis.gr/images/ProductDetail/40/files/ProductMedia/Products/1222798/1.jpg">

<section>
  <div style="padding: 1em">

    <?php foreach ($group as $item) : ?>

        <div style="padding: 1em">
            <?php render_view('item', ['item' => $item]) ?>
        </div>

    <?php endforeach; ?>

  </div>
</section>