{!! Form::open(['route' => ['coupons.destroy', $id], 'method' => 'delete','id'=>'formajax']) !!}
@if($discount_value == $balance) {!! Form::button('', [ 'type' => 'submit', 'class' => 'btn btn-danger btn-sm', 'onclick' => 'return confirm("Are you sure?")' ]) !!} @endif
{!! Form::close() !!}