Laravel - Doubt about @foreach?

Asked

Viewed 106 times

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?

1 answer

0


Browser other questions tagged

You are not signed in. Login or sign up in order to post.