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