Hello everyone
I have a frontend view of records and by clicking on a certain field I need the detail view of that record, but it always refers me to the first element of the list, any record I click always displays the first.
This is the url code of the element in a foreach loop:
<td><a href="<?php echo [[[Component]]]HelperRoute::getAttoRoute($item->slug); ?>" ><?php echo $item->nome_atto; ?></a></td>