@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. --}}
{{-- Desktop --}} {{-- Mobile --}}
{{-- 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))])
@include('widgets.banners') {{--

  Meest gelezen

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

  Iets gemist?

Fragment gemist Programma terugluisteren

@if(!$title)

  Recente berichten

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

{{$title}}

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