@lang('global.discounts.title')

{!! Form::open(['method' => 'POST', 'route' => ['admin.discounts.store'],'class'=>'formvalidation', 'id' => 'frmDiscount']) !!}
@lang('global.app_create')
@include('admin.discounts.form-fields')
{!! Form::submit(trans('global.app_save'), ['class' => 'btn btn-danger wave-effect saveButtonDiscount']) !!} {!! Form::close() !!} @if( ! empty( $is_ajax ) && 'yes' === $is_ajax ) @endif