@extends('layouts/master') @section('title') @if($title) {{$title}} - Nieuws @endif @endsection @section('content') @php($imgBase = 'https://nhgooi.nl') @parent
{{-- Meer nieuws --}}

Laatste nieuws

@foreach(array_slice($news, 3, 10) as $item) @if($loop->index % 2 == 0)
@endif
@if($loop->index % 2 == 1)
@endif @endforeach
@include('partial/newslist_small', array_slice($news, 10, count($news)))
@endsection @section('oud') @if($title)

{{$title}}

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