@extends('layouts.frontend') @section('title', $post->meta_title ?: $post->title) @section('meta_description', $post->meta_description) @section('content')
Back to Blog
{{ $post->category->name }} {{ $post->published_at->format('M d, Y') }}

{{ $post->title }}

{{ substr($post->author->name, 0, 1) }}

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

Author

@if($post->hasMedia('featured_images'))
{{ $post->title }}
@endif
{!! $post->content !!}
@if($relatedPosts->count())

Continue Reading

@endif @endsection