1
I have the following code:
@foreach($listaProdutos as $key => $listaProduto)
@if(...)
...
@endif
@endforeach
Is there any command or way to jump to the next record of $listaProduto
if the condition @if
be satisfied?