@php $best_selling_products = get_best_selling_products(20); @endphp @if (get_setting('best_selling') == 1 && count($best_selling_products) > 0)

{{ translate('Best Selling') }}

@endif