{{ $article->title }}

@section('pages-article-text') {!! $article->text !!} @show
@if ($article->enable_comments) {!! Comments::show('articles', $article->id) !!} @endif