{!! Former::select('tax_select1') ->addOption('','') ->label(isset($taxRateLabel) ? $taxRateLabel : trans('texts.tax_rate')) ->onchange('taxSelectChange(event)') ->fromQuery($taxRates, null, 'public_id') !!}
{!! Former::input('tax_rate1') !!} {!! Former::input('tax_name1') !!}
{!! Former::select('tax_select2') ->addOption('','') ->label(isset($taxRateLabel) ? $taxRateLabel : trans('texts.tax_rate')) ->onchange('taxSelectChange(event)') ->fromQuery($taxRates, null, 'public_id') !!}
{!! Former::input('tax_rate2') !!} {!! Former::input('tax_name2') !!}