@extends('layouts/sidebar') @section('title') Streekagenda @endsection @section('page_class') news_post post_container breadcrumb_no_border @endsection @section('page_container_class') grey_background @endsection @section('site_container_class') grey_background @endsection @section('content_class') @endsection @section('breadcrumb') @endsection @if(!count($events)) @section('content')

Er zijn geen items in de streekagenda. Iets te melden? Mail het naar {{Html::mailto("info@nhgooi.nl")}} .

@endsection @else @section('content') @parent
@php($count = 0) @foreach($events as $event) @php($count++) url; ?> @endforeach
@endsection @endif