@php $featureCoupon = getContent('feature_coupon.content', true); $featuredCouponsData = App\Models\Coupon::with(['category', 'store', 'wishlists'])->orderBy('priority', 'asc') ->where('status', 1) ->where('is_featured', 1) ->latest() ->limit(4) ->get(); @endphp

{{ __($featureCoupon->data_values->heading) }}

@lang('View More')
@foreach ($featuredCouponsData as $item) @endforeach
@if(Request::is('/'))
@lang('View More')
@endif
@push('script') @endpush