@if (isset($post->image) && $post->image != null)
@endif
@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 ?? '')])