@php $brands = DB::table('brands')->where('is_active', true)->whereIn('id',explode(',',$widget->brand_slider_ids))->get(); @endphp

{{$widget->brand_slider_title}}

chevron_left
chevron_right
@forelse ($brands as $brand) @empty @endforelse