@if (core()->getCurrentChannel()->theme !== 'muscle') @include('shop::layouts.footer.newsletter-subscription') @endif @if (core()->isCustomTheme()) @if(in_array(core()->getCurrentChannel()->theme, ['muscle', 'pastry-bakery'])) @include('shop::home.themes.muscle.footer.index') @elseif (in_array(core()->getCurrentChannel()->theme, ['green-land', 'pharmacies', 'medical-equipment', 'honey'])) @include('shop::home.themes.green-land.footer.index') @else @include('shop::home.themes.sobkaha.footer.index') @endif @else @include('shop::layouts.footer.footer-links') @endif @if (core()->getConfigData('general.content.footer.poweredby') == 1 || core()->getConfigData('general.content.footer.poweredby') === null) @if (core()->isCustomTheme()) @if(in_array(core()->getCurrentChannel()->theme, ['muscle', 'pastry-bakery'])) @include('shop::home.themes.muscle.footer._copyrights') @elseif (in_array(core()->getCurrentChannel()->theme, ['green-land', 'pharmacies', 'medical-equipment', 'honey'])) @include('shop::home.themes.green-land.footer._copyrights') @else @include('shop::home.themes.sobkaha.footer._copyrights') @endif @else
{{ __('velocity::app.footer.powered-by') }} {{ __('velocity::app.footer.markatty') }}.
@if (core()->getConfigData('general.content.footer.footer_toggle')) @include('shop::layouts.footer.copy-right') @endif @endif @endif