@php $best_selers = \App\Models\Shop::where('verification_status', 1)->orderBy('num_of_sale', 'desc')->take(20)->get(); @endphp @if (get_setting('vendor_system_activation') == 1)

{{ translate('Best Sellers')}}

{{ translate('View All Sellers') }}
@endif