@extends('layouts.front.app') @section('content')

{{ $post->title }}

in @foreach ($post->post_categories as $post_category) {{ $post_category->category->name }} @endforeach Written by {{ $post->author->name }}

{{ $post->excerpt }}

Photo of {{ $post->name }} Placeholder image of {{ $post->name }}
{!! $post->html_body !!}
@endsection