Add New Coupon
{!! Form::open(array('url' => 'coupons/update', 'class' => 'form-horizontal edit_form')) !!}
{{ csrf_field() }}
@if ($errors->has('coupon_eligible_program[]'))
{{ $errors->first('coupon_eligible_program[]') }}
@endif
$
.00
@if ($errors->has('coupon_amount'))
{{ $errors->first('coupon_amount') }}
@endif
%
@if ($errors->has('coupon_percent'))
{{ $errors->first('coupon_percent') }}
@endif