@extends('layouts.app') @section('title',$post->seo_title ?: $post->title) @section('description',$post->seo_description ?: $post->excerpt) @section('content')
{{ optional($post->published_at)->format('d M Y') }} · {{ $post->category }}

{{ $post->title }}

@if($post->featured_image){{ $post->title }}@endif
{!! $post->body !!}

Planning an event? Request a Quote →

@endsection