{{ $offers[$i]->title }}
@php $hidden_types = ['default', 'products', 'combo_products']; @endphp
@if (!in_array($offers[$i]->type, $hidden_types))
{{ $offers[$i]->min_discount . '-' . $offers[$i]->max_discount . '% Less' }}
{{ labels('front_messages.shop_now', 'Shop Now') }}
@endif