{{++$key}} {{ Str::limit($deal->product->title, 47) }} {{ Str::limit($deal->offer_price, 47) }} @if($deal->is_featured =='1') {{$deal->is_featured ? 'Yes' : 'No'}} @elseif($deal->is_featured =='0') {{$deal->is_featured ? 'Yes' : 'No'}} @endif