@yield('meta')
@include('frontend.partials.header') @yield('content') @include('frontend.partials.footer') @if (get_setting('show_cookies_agreement') == 'on')
@php echo get_setting('cookies_agreement_text'); @endphp
{{ translate('Ok. I Understood') }}
@endif @if (get_setting('show_website_popup') == 'on')
{!! get_setting('website_popup_content') !!}
@if (get_setting('show_subscribe_form') == 'on')
@csrf
{{ translate('Subscribe Now') }}
@endif
@endif @yield('script')