@extends('layouts.app') @section('head') @endsection @section('content')
Back to knowledge hub

{{$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('M d, Y')}}
{{$post->title}}
{!! $htmlOut !!}

Table of Contents

{!! $toc !!}

Back to knowledge hub
@if(!$relatedPosts->isEmpty())

More from B2B SaaS Hub

@foreach($relatedPosts as $rpost) @endforeach
@endif
@endsection