@extends(get_view('index')) @section('title'){{ $post->content->title }} - @endsection @section('menu-active-blog') current-menu-item @endsection @section('header') @endsection @section('content')
@include(get_view('components.pages.page-title'), ['title' => $post->content->title])
@if ( isset($post->image) && $post->image != null )
@endif
{!! $post->content->description !!}
{!! $post->content->content !!}

{{ translate('share_on_social_media') }}

@endsection @section('footer') @endsection