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

{{ $post->content->title ?? '' }}

{!! $post->content->description !!}
{!! $post->content->content !!}
@endsection @section('footer') @endsection