Flyer Valid
@if( isset($flyer->event_start_date) )
From
{{ $flyer->event_start_date }}
@else
@if( isset($flyer->coupon_start_date) )
From
{{ $flyer->coupon_start_date }}
@else
@if( isset( $flyer->option_c_start_date ) )
From
{{ $flyer->option_c_start_date }}
@endif
@endif
@endif
@if( isset($flyer->event_end_date) )
to
{{ $flyer->event_end_date }}
@else
@if( isset($flyer->coupon_end_date) )
to
{{ $flyer->coupon_end_date }}
@else
@if( isset( $flyer->option_c_end_date ) )
to
{{ $flyer->option_c_end_date }}
@endif
@endif
@endif