@if( isset( $flyers ) && count( $flyers ) > 0 ) @foreach( $flyers as $flyer )
@if( isset( $flyer->featured_image ) ) @endif

{{ $flyer->contact_name }}

{{ $flyer->title }}

Flyer Valid From {{ $flyer->event_start_date }} to {{ $flyer->event_end_date }}

@endforeach @else

No Flyers Available.

@endif