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