@extends('layouts/master') @section('title') @if($title) {{$title}} - Nieuws @endif @endsection @section('breadcrumb') @if($title) @endif @endsection @section('content') @php($imgBase = 'https://nhgooi.nl') @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')

  Laatste podcasts

@include('widgets.laatstepodcasts') Meer Fragment Gemist @if(!$title)

  Recente berichten

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

{{$title}}

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