@php $best_selling_products = get_best_selling_products(20); $lang = get_system_language()->code; $homeBanner3Images = get_setting('home_banner3_images', null, $lang); $xxl_items = 3; $xl_items = 2.5; if ($homeBanner3Images != null){ $xxl_items = 2; $xl_items = 1.8; } @endphp @if (get_setting('best_selling') == 1 && count($best_selling_products) > 0)

{{ translate('Best Selling') }}

@endif