{{ $post->translations[0]->title ?? '' }}

@if ($post)
{{ $post->translations[0]->excerpt ?? '' }}
@if($image) {{ $post->getFirstMedia('*')->getCustomProperty('caption') }} @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 ?? '' }}

@endif