@extends('layouts/master') @section('title') @if($title) {{$title}} - Nieuws @endif @endsection @section('breadcrumb') @if($title) @endif @endsection @section('content') @yield('breadcrumb')
{{-- Meer nieuws --}}

Meer nieuws

@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))])

  Meest gelezen

@include('widgets.populairnieuws') @include('widgets.nustraks')

  Laatste podcasts

@include('widgets.laatstepodcasts') Meer Fragment Gemist

  Regioagenda

@include('widgets.regioagenda') Regio-agenda @if(!$title)

  Recente berichten

region->slug] = $item->region->title; $themes[$item->theme->slug] = $item->theme->title; } ?> @endif
@endsection @section('oud') @if($title)

{{$title}}

@endif
@include('partial/newslistitems', ['news' => $news])
@endsection @push('scripts') @endpush