@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'; @endphp
@endif