{{-- Category Badge --}}
@if ($post->categories && $post->categories->count() > 0)
{{ $slot }}
@foreach ($post->categories as $index => $category)
{{ $category->name }}
@if ($index < $post->categories->count() - 1)
@endif
@endforeach
@endif
{{-- Title --}}
{!! $post->title !!}
{{-- Excerpt/Description --}} @if ($post->excerpt){!! $post->excerpt !!}
@endif {{-- Author and Share Container --}}
{{-- Author and Date --}}
By {{ $post->author }}
@if ($post->published_at)
Posted on {{ $post->published_at->format('F d, Y') }}
@endif
{{-- Divider --}}
{{-- Time Read --}}
{{ $post->formatted_reading_time }}
{{ $post->formatted_reading_time }}
{{-- Divider --}}
{{-- Share Button --}}