@include('front.layout.front_head')
@include('front.layout.front_header')
@include('front.layout.search_bar')
@include('front.layout.front_sidebar')
@foreach($freeshipping as $fp) @if($fp->is_coupon == 1)
{{$fp->coupon_title}}
Stores
{{$fp->store_name}}
expires :
{{@$fp->end_date}}
{{$fp->coupon_code}}
get code
@else
{{$fp->coupon_title}}
{{$fp->coupon_description}}
@endif @endforeach
1
2
3
4
5
@include('front.layout.front_footer')