@extends('layouts/sidebar') @section('title') @if($blog->titel) {{$blog->titel}} | Live blog @endif @endsection @section('page_class')news_post post_container @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')

@if($blog->is_actief) Nu live! @else Archief @endif

{{-- @yield('controls') --}}
@include('partial/blogitems', ['items' => $blog->artikelen])
{{-- @yield('controls')

(Pagina {{$pagina}})

--}} @endsection