@include('pages.sections.breadcrumbs', [ 'breadcrumbs' => $breadcrumbs ]) @include('pages.sections.title', [ 'sectionTitle' => $page['pageTitle'] ]) @include('pages.sections.shop-product-list', [ 'products' => $storeProducts, 'store' => $store, 'qrCodeUrl' => $qrCodeUrl, ]) @include('pages.sections.advantages-shop') @include('pages.sections.any-questions')