@if($image)
{{ $posts->getFirstMedia('*')->getCustomProperty('caption') }}
@endif

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

@if ($posts)
{{ $posts->translations[0]->excerpt ?? '' }}
{!! \App\Helpers\StringHelper::sanitizeHtml($posts->translations[0]->content ?? '') !!}
@else

{{ $fallbackTitle ?? '' }}

{{ $fallbackDescription ?? '' }}
@endif