@if($editCoupons->coupon_all_programs == "1")
@elseif($editCoupons->coupon_all_programs == "0")
@endif
@if($editCoupons->coupon_eligible == "NULL")
@else
@if ($errors->has('coupon_eligible_program[]'))
{{ $errors->first('coupon_eligible_program[]') }}
@endif
@endif
@if ($errors->has('coupon_amount'))
{{ $errors->first('coupon_amount') }}
@endif
@if ($errors->has('coupon_percent'))
{{ $errors->first('coupon_percent') }}
@endif
@endforeach