$hasImage() && $imagePosition === 'right'])> @if($hasImage())
{{$getImageMedia(attributes: ['class'=> 'w-full', 'loading' => 'lazy'])}} @if($imageCopyright) © {{$replaceParameters($imageCopyright)}} @endif
@endif
@if($title)

{{$replaceParameters($title)}}

@endif @if($text)
{!! $replaceParameters($text) !!}
@endif @if($callToActions)
@foreach($callToActions as $callToAction) @endforeach
@endif