@extends('titan::layouts.website') @section('content')
@include('titan::website.partials.page_header'/*, ['pageTitle' => $article->title]*/)
@include('titan::website.partials.breadcrumb')

{!! $article->title !!}

{{ $article->posted_at }}

@if($article->cover_photo)
{{ $article->cover_photo->name }}
@endif
{!! $article->content !!}
@include('titan::website.partials.page_side')
@endsection