@php($decimal_point_settings = \App\CPU\Helpers::get_business_settings('decimal_point_settings')) @foreach($products as $product) @if(!empty($product['product_id'])) @php($product=$product->product) @endif
@if(!empty($product)) @include('web-views.partials._filter-single-product',['p'=>$product,'decimal_point_settings'=>$decimal_point_settings]) @endif
@endforeach