@if( isset( $flyers->coupon_start_date ) && isset( $flyers->coupon_end_date ) )
Coupon
Valid from {{ date( 'F j, Y', strtotime( $flyers->coupon_start_date ) ) }} to {{ date( 'F j, Y', strtotime( $flyers->coupon_end_date ) ) }}
@endif
@if( isset( $flyers->flyers_option_b ) && !empty( $flyers->flyers_option_b ) && count( $flyers->flyers_option_b ) > 0 )
@foreach( $flyers->flyers_option_b as $key => $flyer )
@if( $key >= 0 && $key < 3 )
@if( isset( $flyer->image ) )
@php $imageUrl = asset('flyers/'.$flyer->image); @endphp
-
@endif
@endif
@endforeach
@endif
@if( isset( $flyers->flyers_option_b ) && !empty( $flyers->flyers_option_b ) && count( $flyers->flyers_option_b ) > 3 )
@foreach( $flyers->flyers_option_b as $key => $flyer )
@if( $key > 2 && $key < 6 )
@if( isset( $flyer->image ) )
@php $imageUrl = asset('flyers/'.$flyer->image); @endphp
-
@endif
@endif
@endforeach
@endif
@if( isset( $flyers->flyers_option_b ) && !empty( $flyers->flyers_option_b ) && count( $flyers->flyers_option_b ) > 6 )
@foreach( $flyers->flyers_option_b as $key => $flyer )
@if( $key > 5 && $key < 9 )
@if( isset( $flyer->image ) )
@php $imageUrl = asset('flyers/'.$flyer->image); @endphp
-
@endif
@endif
@endforeach
@endif
@if( isset( $flyers->flyers_option_b ) && !empty( $flyers->flyers_option_b ) && count( $flyers->flyers_option_b ) > 0 && count( $flyers->flyers_option_b ) > 1)
Previous
Next
@endif