@extends('layouts/sidebar') @section('title') @if($blog->title) {{$blog->title}} | Live blog @endif @endsection @section('controls')

Verversen (nieuwste) @if($pagina > 1) Terug (nieuwer) @else Terug (nieuwere berichten) @endif @if($hasNext) Verder (ouder) @else Verder (ouder) @endif

@endsection @section('content')

{!!$blog->description!!} @if($blog->is_active) Nu live! @else Archief @endif

@yield('controls')
@include('partial/blogitems', ['items' => $items])
@yield('controls')

(Pagina {{$pagina}})

@endsection