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

{{ $article->title }}

@joypixels($article->getContentHtml())
@endsection