Hi all, I have a code, please give me convert to volt template:
I want to turn $i+1 increase per unit when the foreach loop in Volt template
<?php $i=1; foreach($arr as $value){
echo $i;
$i++;
}?>
Hi all, I have a code, please give me convert to volt template:
I want to turn $i+1 increase per unit when the foreach loop in Volt template
<?php $i=1; foreach($arr as $value){
echo $i;
$i++;
}?>