|
|
|
@if ($account->showCustomField('custom_invoice_item_label1'))
|
@endif
@if ($account->showCustomField('custom_invoice_item_label2'))
|
@endif
|
|
{!! Former::select('')
->addOption('', '')
->options($taxRateOptions)
->data_bind('value: tax1, event:{change:onTax1Change}')
->addClass($account->enable_second_tax_rate ? 'tax-select' : '')
->raw() !!}
{!! Former::select('')
->addOption('', '')
->options($taxRateOptions)
->data_bind('value: tax2, event:{change:onTax2Change}')
->addClass('tax-select')
->raw() !!}
|
|
|