{{ $post->translations[0]->title ?? '' }}
@if ($post)
{{ $post->translations[0]->excerpt ?? '' }}
@if($image)

@endif
{!! \App\Helpers\StringHelper::sanitizeHtml($post->translations[0]->content ?? '') !!}
@else
{{-- If no post is found, use the fallbackTitle and fallbackDescription from the parent component. --}}
{{ $fallbackTitle ?? '' }}
{{ $fallbackDescription ?? '' }}
@endif