@php $products = DB::table('products')->where('is_active', true)->where('category_id',$widget->product_category_id)->get(); @endphp

{{$widget->tab_product_category_title}}

@foreach($products as $product) @include('ecommerce::frontend.includes.product-template') @endforeach