@if( isset( $flyers->event_start_date ) && isset( $flyers->event_end_date ) )
Flyers ( {!! $flyers->contact_name !!} )
Valid from {{ date( 'F j, Y', strtotime( $flyers->event_start_date ) ) }} to {{ date( 'F j, Y', strtotime( $flyers->event_end_date ) ) }}
@if( isset( $menuList1 ) && !empty( $menuList1 ) && count( (array) $menuList1 ) > 0 )
@foreach( $menuList1 as $key => $flyer )
@if( isset( $flyer->image ) )
@php $imageUrl = asset('flyers/'.$flyer->image); @endphp
-
@endif
@endforeach
@endif
Previous
Next
@endif
@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 ) ) }}
@if( isset( $menuList2 ) && !empty( $menuList2 ) && count( $menuList2 ) > 0 )
@foreach( $menuList2 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( $menuList2 ) && !empty( $menuList2 ) && count( $menuList2 ) > 3 )
@foreach( $menuList2 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( $menuList2 ) && !empty( $menuList2 ) && count( $menuList2 ) > 6 )
@foreach( $menuList2 as $key => $flyer )
@if( $key > 5 && $key < 9 )
@if( isset( $flyer->image ) )
@php $imageUrl = asset('flyers/'.$flyer->image); @endphp
-
@endif
@endif
@endforeach
@endif
Previous
Next
@endif
@if( isset( $flyers->option_c_start_date ) && isset( $flyers->option_c_end_date ) )
Page Flyers
Valid from {{ date( 'F j, Y', strtotime( $flyers->option_c_start_date ) ) }} to {{ date( 'F j, Y', strtotime( $flyers->option_c_end_date ) ) }}
@if( isset( $flyers->website ) )
{{ esc_url( $flyers->website ) }}
@endif
@if( isset( $menuList3 ) && !empty( $menuList3 ) && count( $menuList3 ) > 0 )
@foreach( $menuList3 as $key => $flyer )
@if( isset( $flyer->image ) )
@php $imageUrl = asset('flyers/'.$flyer->image); @endphp
-
@endif
@endforeach
@endif
@endif
@endsection
@section('head-css')