@version(2) @load('css/shop.css')
@include('_currency') {{ $lang->shop_my_orders }} {{ $lang->shop_cart }} @if ($cart_count > 0){{ $cart_count }}@endif
@if (($shop_config->category_layout ?? 'top') !== 'side' && count($shop_categories ?? [])) @endif @if (count($home_banners))
@if (count($home_banners) > 1)
@foreach ($home_banners as $shp_di => $shp_dv) @endforeach
@endif
@endif @php $shp_main_promos = array_values(array_filter($home_promotions ?? [], function($pm) { return ($pm->banner_data['main'] ?? 'N') === 'Y' && !empty($pm->banner_data['logo']); })); @endphp @if (count($shp_main_promos)) @endif @php $shp_side_cats = ($shop_config->category_layout ?? 'top') === 'side' && count($shop_categories ?? []); @endphp
@if ($shp_side_cats) @include('_sidecats') @endif
@if (count($home_promotions ?? []))

기획전

@endif @foreach ($home_sections as $section)
@endforeach