@if ($post->featuredImage && $post->featuredImage->getUrl()) {{ $post->featuredImage->alt_text ?? $post->title }} @endif
@if (filled($post->content)) {!! $post->content !!} @else

Please fill description from Product Descriptions module.

@endif