@extends('layouts/sidebar') @section('title') @if($title) {{$title}} - Nieuws @endif @endsection @section('page_class') news_post post_container @endsection @section('container_class') grey_background @endsection @section('breadcrumb') @if($title)
@endif @endsection @section('content'){!!Formatter::excerpt($item->content, 150)!!}
Lees verder...