@php $popularCoupon = getContent('categories.content', true); $popularCouponElements = App\Models\Category::with('coupons')->where('status', 1)->latest()->limit(8)->get(); $firstAd = App\Models\Ad::first(); @endphp @push('script') @endpush