@extends('layout.with-main') @section('title') {{ $article->title }} - {{ __('articles.articles') }} - {{ config('other.title') }} @endsection @section('meta') @endsection @section('breadcrumbs') @endsection @section('page', 'page__article--show') @section('main')

{{ $article->title }}

@bbcode($article->content)
@endsection