{!! $shareButton?->html_code !!}
{{ $post->photo_alt_text }}

{{ $post->title }}

{{ $post->sub_title }}

@foreach ($post->categories as $category) {{ $category->name }} @endforeach
{{ $post->user->name() }}
{{ $post->user->name() }} {{ $post->formattedPublishedDate() }}
{!! tiptap_converter()->asHTML($post->body, toc: true, maxDepth: 3) !!}
@if ($post->tags->count())
Tags
@foreach ($post->tags as $tag) {{ $tag->name }} @endforeach
@endif
@if ($post->comments->count())

Comments

@foreach ($post->comments as $comment)
avatar
{{ $comment->user->{config('filamentblog.user.columns.name')} }} {{ $comment->created_at->diffForHumans() }}

{{ $comment->comment }}

@endforeach
@endif
{{-- Ads Section --}} {{--
--}} {{-- ADS --}} {{--
--}}

# Related Posts

@forelse($post->relatedPosts() as $post) @empty

No related posts found.

@endforelse
{!! $shareButton?->script_code !!}