@php $product = getContent('product.content', true); $products = App\Models\Product::with(['category','regularLicense'])->where('status',1)->latest()->take(8)->get(); @endphp
{{__($product->data_values->heading)}}
@include($activeTemplate . 'components.product')