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