@if (count(get_featured_products()) > 0) @php $lang = get_system_language()->code; $homeBanner1Images = get_setting('home_banner1_images', null, $lang); $xxl_items = 6; $xl_items = 5; $lg_items = 4; $md_items = 3; if($homeBanner1Images != null){ $xxl_items = 5; $xl_items = 3.5; $lg_items = 3; $md_items = 1.5; } @endphp
@if ($homeBanner1Images != null)
@php $banner_1_imags = json_decode($homeBanner1Images); $home_banner1_links = get_setting('home_banner1_links', null, $lang); @endphp
@endif
@endif