has_tasks || ! empty($tasks) ? 'data-bind="visible: $root.hasItems"' : '') !!}> @if ($isTasks) @endif {{ $invoiceLabels[$isTasks ? 'service' : 'item'] }} {{ $invoiceLabels['description'] }} @if ($account->showCustomField('custom_invoice_item_label1')) {{ $account->custom_invoice_item_label1 }} @endif @if ($account->showCustomField('custom_invoice_item_label2')) {{ $account->custom_invoice_item_label2 }} @endif {{ $invoiceLabels[$isTasks ? 'rate' : 'unit_cost'] }} {{ $invoiceLabels[$isTasks ? 'hours' : 'quantity'] }} {{ trans('texts.tax') }} {{ trans('texts.line_total') }}
@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() !!}