@extends('page') @section('title') @if($title) {{$title}} - Nieuws @endif @endsection @section('content')

Nieuwsarchief 6FM

@if($title)

{{$title}}

@endif
@include('newslistitems', ['news' => $news])
@endsection