@php $theme1_ad_banner_one_section = site_configurations('theme1_ad_banner_one_section', true); $bg_image = getSingleImage($theme1_ad_banner_one_section, 'banner_image'); @endphp @if (getTranslatedData($theme1_ad_banner_one_section, 'show_ad_banner_one') == 1)
@if ($bg_image)
@else
@endif
@if (getTranslatedData($theme1_ad_banner_one_section, 'sub_title'))

{{ getTranslatedData($theme1_ad_banner_one_section, 'sub_title') }}

@endif @if (getTranslatedData($theme1_ad_banner_one_section, 'title'))

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

@endif @if (getTranslatedData($theme1_ad_banner_one_section, 'short_description')) {{ getTranslatedData($theme1_ad_banner_one_section, 'short_description') }} @endif
@if (getTranslatedData($theme1_ad_banner_one_section, 'button_text')) {{ getTranslatedData($theme1_ad_banner_one_section, 'button_text') }} @endif
@endif