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