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