{{-- Blog post — uses ContentLayout. --}} @extends('layouts.nova.content-layout') @php $hero_title = $post->title; @endphp @push('head') {{-- Article structured data --}} @endpush @section('page-content')
@if($post->featured_image)
{{ $post->title }}
@endif @if($post->published_at) @endif
{!! $post->body !!}
Back to Blog
@endsection