{{ $post->category }}

{{ $post->title }}

{{ $post->author_initials }}

{{ $post->author_name }}

{{ $post->author_role }}

{{ $post->published_at->format('F j, Y') }} {{ $post->reading_time }} min read
{!! \Illuminate\Support\Str::markdown($post->content) !!}
@if($relatedPosts->count() > 0)

Related Articles

@foreach($relatedPosts as $relatedPost)
@if($relatedPost->icon_svg) {!! $relatedPost->icon_svg !!} @else @endif
{{ $relatedPost->category }} {{ $relatedPost->published_at->format('M j, Y') }}

{{ $relatedPost->title }}

{{ $relatedPost->excerpt }}

Read more →
@endforeach
@endif

Stay Updated

Get the latest insights and updates delivered to your inbox.

@csrf

We respect your privacy. Unsubscribe at any time.

@push('scripts') @endpush