@extends('layouts.app')
@section('head')
This is the post preview page to check post before published. Only available for authenticated users.
{{$post->excerpt}}
Post by {{$post->author->name}}
@if($post->author->title){{$post->author->title}} @if($post->author->company) - {{$post->author->company->name}} @endif
@endif