{{Str::readDuration($post->content)}} min read
@if($post->categories->count()>0)
@foreach($post->categories as $category)
{{$category->name}}
@endforeach
@endif
{{$post->title}}
{{$post->excerpt}}
{{$post->author->name}}
@if($post->author->title){{$post->author->title}} @if($post->author->company) - {{$post->author->company->name}} @endif
@endif