{!! Former::text('product_key')->label('texts.product') !!}
{!! Former::textarea('notes')->rows(6) !!}
@include('partials/custom_fields', ['entityType' => ENTITY_PRODUCT])
{!! Former::text('cost') !!}
@if ($account->invoice_item_taxes)
@include('partials.tax_rates')
@endif