@if(count($todays_deal_products) > 0)
@php $lang = get_system_language()->code; $todays_deal_banner = get_setting('todays_deal_banner', null, $lang); $todays_deal_banner_small = get_setting('todays_deal_banner_small', null, $lang); @endphp
@if ($todays_deal_banner != null || $todays_deal_banner_small != null)
{{ env('APP_NAME') }} promo
{{ env('APP_NAME') }} promo
@endif @php $todays_deal_banner_text_color = ((get_setting('todays_deal_banner_text_color') == 'light') || (get_setting('todays_deal_banner_text_color') == null)) ? 'text-white' : 'text-dark'; $col_val = $todays_deal_banner != null ? 'col-xl-7' : 'col-xl-12'; $xxl_items = $todays_deal_banner != null ? 5 : 7; $xl_items = $todays_deal_banner != null ? 4 : 6; @endphp
@endif