@if ($promo = $helper->getPromoDetail(['id' => $data->promo_id]))

{{$data->title??'Deal of the day'}}

{{$data->end_time_text??'End in'}}:
Xem tất cả
@if (count($products = $helper->getProducts(['@promo' => $promo->id, '@limit' => 30, '@with' => ['promoAvailable'], '@withReviews' => true, '@withOption' => true])))
@endif
@endif