@if(count($campaigns)>0)

{{@frontend_section_data($campaign_section->value,'heading')}}

@php $dates = []; @endphp
@forelse ($campaigns as $campaign) @php array_push($dates ,date("Y-m-d H:i:s",strtotime($campaign->end_time))) @endphp @empty
@include("frontend.partials.empty",['message' => 'No Data Found'])
@endforelse
@if( @frontend_section_data($promo_banner->value,'position') == 'campaign') @includeWhen($promo_banner->status == '1', 'frontend.section.promotinal_banner', ['promo_banner' => $promo_banner]) @endif @if( @frontend_section_data($promo_second_banner->value,'position') == 'campaign') @includeWhen($promo_second_banner->status == '1', 'frontend.section.promotinal_banner', ['promo_banner' => $promo_second_banner]) @endif @push('scriptpush') @endpush @endif