{{-- Back link --}}
Back to Blog
{{-- Featured Image --}}
@if(isset($content['_embedded']['wp:featuredmedia'][0]))
@endif
{{-- Header --}}
{{-- Content --}}
{{ $content['title']['rendered'] ?? 'Untitled' }}
@if(isset($content['date']))
@endif
@if(isset($content['_embedded']['author'][0]))
|
By {{ $content['_embedded']['author'][0]['name'] }}
@endif
{!! $content['content']['rendered'] ?? '' !!}
{{-- Preview Footer --}}
@unless($isPublished)
@else
@endunless