如何在laravel中使用2个foreach?
横幅 div 不能包含在 forach 中。因为布局被破坏了。
//for show post 1-5
@foreach ($posts as $post)
//.................
@endforeach
//for banner
<div>
...............
</div
//continue foreach (for show 6-...)
@foreach ($posts as $post)
//.................
@endforeach
精慕HU
慕容森