@if($invoiceItem->taxes->where('category', 2)->count() && !$invoiceItem->taxes->where('category', 3)->count()) @endif @if ($is_editable && iCan('create invoice item tax') && $invoiceItem->canNewTaxAdded()) @endif @if($is_editable && !$invoiceItem->deduction && count($invoiceItem->invoice->deductableDownpayments) > 0 && $invoice->type != 'Down Payment' && iCan('create invoice item deduction')) @endif @if ($is_editable && $tab != 'tax-report') @endif @include('admin.pages.invoices.items.edit.table-body', ['item' => $invoiceItem])
Action Item Price QTY Subtotal Total