216

Answer

Solution:

okay maybe this question not clear but i try to figure out what you want.you can filter what content will show by just add some condition in your loop

@foreach($news as $key => $new)
   @if($key < 2)
     //div with big image class
   @else
     //div with small image class
   @endif
@endforeach

People are also looking for solutions to the problem: php - Symfony/Doctrine/authentication, I can't recover the roles

Source

Didn't find the answer?

Our community is visited by hundreds of web development professionals every day. Ask your question and get a quick answer for free.

Ask a Question

Write quick answer

Do you know the answer to this question? Write a quick response to it. With your help, we will make our community stronger.

Similar questions

Find the answer in similar questions on our website.