@php $featureProductSection = getContent('featured_product.content', true); $featuredProducts = \App\Models\Product::approved() ->allActive() ->featured() ->with(['author', 'users']) ->limit(4) ->get(); @endphp