{{ Form::select('other_charge[]', @$otherChargeType,'',["class"=>"form-control filter", "id"=>"other_charge", "onchange"=>"addNewChargesBoxes(this)"]) }}
{{Form::text( 'other_charge_amount[]', '', ["class" => "form-control padd-right-text other_charge_amount",'placeholder'=>'Amount', 'onfocusout'=>'validateAndChargeAmount(this)', 'data-id'=>'mainDiv']) }}