@extends('backend.layouts.app')
@section('content')
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
@stop