{{ __(':x Layout', ['x' => ucFirst(str_replace('_', ' ', $layout))]) }} @if (count($layouts) > 1) @endif
@csrf
@php $social = option($layout . '_template_social', '') @endphp {{-- Social Share --}} @include('cms::partials.themes.social.social-share') @php $header = option($layout . '_template_header', '') @endphp {{-- Top Header --}} @include('cms::partials.themes.header.top-header') {{-- main header --}} @include('cms::partials.themes.header.main-header') {{-- Bottom Header --}} @include('cms::partials.themes.header.bottom-header') {{-- Custom CSS & JS --}} @include('cms::partials.themes.custom.css-js') {{-- Page Configuration --}} @php $pageConfig = option($layout . '_template_page', '') @endphp @include('cms::partials.themes.page.config') {{-- Product Card --}} @php $product = option($layout . '_template_product', '') @endphp @include('cms::partials.themes.product.card') {{-- Footer->Main --}} @php $footer = option($layout . '_template_footer', '') @endphp @include('cms::partials.themes.footer.main_footer') {{-- Layout --}} @include('cms::partials.themes.page.layout') {{-- Bottom footer Copyright --}}