@php $newsletterSection = site_configurations('theme2_blog_newsletter_section', true); @endphp @if (getTranslatedData($newsletterSection, 'show_Newsletter') == 1) @if (getTranslatedData($newsletterSection, 'title')) {{ getTranslatedData($newsletterSection, 'title') }} @endif {{ getTranslatedData($newsletterSection, 'button_text') }} {{ __('frontend::messages.Please wait...') }} @if (getSingleImage($newsletterSection, 'image')) @endif @push('js_section') @endpush @endif