@extends('layouts.app') @section('head') @endsection @section('content')

This is the post preview page to check post before published. Only available for authenticated users.

{{$post->title}}

{{$post->excerpt}}

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

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

@if($post->author->title)

{{$post->author->title}} @if($post->author->company) - {{$post->author->company->name}} @endif

@endif
{{$post->published_at->format('Md,Y')}}
{{$post->title}}
{!! $htmlOut !!}

Table of Contents

{!! $toc !!}
@endsection