@extends('layouts.master') @section('title') NH Gooi - Nieuws @endsection @section('content') {{-- Nieuws komt met 15 berichten per pagina. Deel op in (1 + 3) in de kop, 1 x 2-breed en de rest 3-breed. --}}
{{-- Meer nieuws --}}

Meer nieuws

@foreach(array_slice($news, 4, 2) as $item) @if($loop->index % 2 == 0)
@endif
@if($loop->index % 2 == 1)
@endif @endforeach
@include('partial/newslist_small', ['news' => array_slice($news, 6, count($news))])

  Meest gelezen

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

  Fragment gemist

@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