Hallo,
i’m looking for solution to add class to first element from foreach
I have a some like this but it does’t give correct class
<?php foreach($page->corobimy()->toStructure() as $pozycja): ?>
<b class="emh1 <?= $pozycja->first()->echo ('is-visible') ?>"><?= $pozycja->pozycja() ?></b>
<?php endforeach ?>