Nieuws layout

This commit is contained in:
2020-01-17 01:55:00 +01:00
parent 1294824faa
commit d3ffa07d2f
31 changed files with 1154 additions and 372 deletions

View File

@@ -1,11 +1,11 @@
@extends('page')
@extends('layouts/full')
@section('title')
Regioagenda
@endsection
@section('content')
<h1>Regioagenda</h1>
@parent
@if(!count($events))
<p>Er zijn geen items in de regioagenda. Iets te melden? Mail het naar {{Html::mailto("info@6fm.nl")}}.</p>