@foreach(array_slice($news, 4, 10) as $item)
@if($loop->index % 2 == 0)
@endif
@if($loop->index % 2 == 1)
@endif
@endforeach
@include('partial/newslist_small', ['news' => array_slice($news, 11, count($news))])
@include('widgets.populairnieuws')
@include('widgets.nustraks')
@include('widgets.laatstepodcasts')
Meer Fragment Gemist
@if(!$title)
region->slug] = $item->region->title;
$themes[$item->theme->slug] = $item->theme->title;
}
?>
@foreach($regions as $slug => $title)
- Uit {{$title}}
@endforeach
@foreach($themes as $slug => $title)
- Over {{$title}}
@endforeach
@endif