@include('front.layout.front_head')
@include('front.layout.front_header')
@include('front.layout.front_breadcrumbs')

{{$store->store_name}} {{@$store->store_page_heading}}

All Coupons Deals Free Shipping

@if(count($coupons) > 0) @foreach($coupons as $cp) @if($cp->end_date >= $now || $cp->is_neverexpires == 1)
{{@$cp->alt_text}}

{{$cp->coupon_title}}

Store {{$store->store_name}}

expires : @if($cp->is_neverexpires == 0) {{@$cg_edate}} @else Never Expires @endif

@if($cp->is_coupon == 1) {{$cp->coupon_code}}get code @else Get DealGet Deal @endif
@else @endif @endforeach @else

No Active Coupons / Deals

@endif @if($exp_heading == 1)

Expired Coupons

@endif @if(count($coupons) > 0) @foreach($coupons as $cp) @if($cp->end_date <= $now && $cp->is_neverexpires == 0)
{{@$cp->alt_text}}

{{$cp->coupon_title}}

Store {{$store->store_name}}

expires : @if($cp->is_neverexpires == 0) {{@$cg_edate}} @else Never Expires @endif

@if($cp->is_coupon == 1) {{$cp->coupon_code}}get code @else Get DealGet Deal @endif
@endif @endforeach @endif
@include('front.layout.front_sidebar')
@include('front.layout.front_footer')