@if(count($freeshipping) > 0)
@foreach($freeshipping as $fp)
@if($fp->end_date >= $now || $fp->is_neverexpires == 1)
Store {{$fp->store}}
expires : @if($fp->is_neverexpires == 0) {{@$cg_edate}} @else Never Expires @endif
@else
@endif
@endforeach
@else
No Active Coupons / Deals
@endif
@if($exp_heading == 1)
Expired Coupons
@endif
@if(count($freeshipping) > 0)
@foreach($freeshipping as $fp)
@if($fp->end_date <= $now && $fp->is_neverexpires == 0)
Store {{$fp->store}}
expires : @if($fp->is_neverexpires == 0) {{@$cg_edate}} @else Never Expires @endif
@endif
@endforeach
@endif