@if($block->image1) @if($block->image1Mobile) @endif {!! getMediaImg($block->image1, '1920x670', htmlspecialchars($block->block_title)) !!} @endif
@if($isMissingTranslation) @php $availableTranslations = getRequestContext('translated_uris'); $languages = getSupportedLanguages()->keyBy('id'); $currentLang = getActiveLocale(); $maxLangButtons = 4; @endphp

{{ $block->block_title }} ‘{{ $languages[$currentLang]->native_name }}’

{{ $block->block_subtitle }}

@foreach(array_slice($availableTranslations, 0, $maxLangButtons) as $langId => $langUri) {{ $languages[$langId]->native_name }} @endforeach
@else

{{ $block->block_title }}

{{ $block->block_subtitle }}

@endif
{{ $block->image1_title }} {!! generateLink($block->image1_cta, '') !!}