@extends('layouts.master') @section('title') NH Gooi - Nieuws @endsection @section('page_container_class') news @endsection @push('scripts') @endpush @section('content')
{{-- body --}}
@if(!isset($disableBanners) || !$disableBanners)
@endif

Meer nieuws

{!!file_get_contents(__DIR__ . '/../../../public/images/icons/calendar.svg')!!}

@include('partial/newslist_small', ['id' => 'items-more-news', 'news' => $news])
@endsection