{!! Form::select('pop_discount_type',['percentage'=>__('auth.percentage'),'cash'=>__('auth.cash')],'percentage',['class'=>'form-control bg-dark text-white']); !!}
{!! Form::number('pop_discount_amount',null,['placeholder'=>__('auth.discount'),'class'=>'form-control bg-dark text-white','style'=>'width: 50%']); !!}
@foreach($usage_timing as $key => $val)
@endforeach