@php $bannerThree = site_configurations('theme1_ad_banner_three_section', true); @endphp @if (getTranslatedData($bannerThree, 'show_ad_banner_three') == 1)
@if (getSingleImage($bannerThree, 'logo')) img @endif @if (getTranslatedData($bannerThree, 'title'))

{{ getTranslatedData($bannerThree, 'title') }}

@endif @if (getTranslatedData($bannerThree, 'button_text') && getTranslatedData($bannerThree, 'button_url')) {{ getTranslatedData($bannerThree, 'button_text') }} @endif
@endif