@php $products = \App\Models\Product::where('is_active', true)->whereNotNull('hero_image')->get(); @endphp