{{ $post && $post->translations->isNotEmpty() ? $post->translations[0]->title : $fallbackTitle }} @if ($post && $post->translations->isNotEmpty())
@if ($post->translations[0]->excerpt)
@include('livewire.posts.manage-actions', ['post' => $post]) {{ $post->translations[0]->excerpt }}
@endif @if($image)
@php $tooltipParts = array_filter([$imageCaption, $imageOwner]); $tooltip = implode(', ', $tooltipParts); @endphp {{ $imageCaption ?? '' }}
@endif
{!! \App\Helpers\StringHelper::sanitizeHtml($post->translations[0]->content ?? '') !!}
@include('livewire.posts.manage-actions', ['post' => $post]) @else
{{ $fallbackDescription }}
@endif
{{ __('Close') }}