@include('pages.sections.breadcrumbs', [ 'breadcrumbs' => $breadcrumbs ]) @include('pages.sections.title', [ 'sectionTitle' => $page['pageTitle'] ]) @if( isset($allBrands) && count($allBrands) > 0 ) @include('pages.sections.brand-shop', ['firstCapitals' => $firstCapitals, 'allBrands' => $allBrands]) @endif @if( isset($metaPage['metaText']) && $metaPage['metaText'] != '' ) @include('pages.sections.meta-text') @endif @include('pages.sections.any-questions')