{{ $post?->media?->alt }}
@if ($post->description) {!! tiptap_converter()->asHTML($post?->description) !!} @endif
>

Related Posts

@php $category = $post->category; @endphp @foreach ($category->posts as $relatedPost) @if ($relatedPost->status == 1)
{{ $relatedPost?->media->alt }}

{{ date('d M, Y ', strtotime($relatedPost?->published_on)) }}

{{ $relatedPost?->name }}

{!! tiptap_converter()->asHTML(\Illuminate\Support\Str::limit($relatedPost?->sub_description, 60)) !!}
Learn More
@endif @endforeach