@extends('layouts.site') @push('styles') @if ($post->seo_other != null) {!! $post->seo_other !!} @endif @endpush @section('seo_title') {{ $post->seo_title }} @endsection @section('seo_description') {{ $post->seo_description }} @endsection @section('content')

Blog / {{ $post->category->name }}

{{ $post->title }}

{{ $post->short_description }}

{{ $post->author->name }}

{{ \Carbon\Carbon::parse($post->created_at)->format('M j, Y') }}

{{ $post->read_time }} min read

{!! $post->content !!}

{{ $post->author->name }}

{{ $post->author->position }}

@if ($post->questionnaire_id != null) @include('layouts.components.questionnaire_start') @endif @endsection @push('scripts') @endpush