@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')(Pagina {{$pagina}})
--}} @endsection