@if($invoice->isEditable()) @can('manage invoice item manual subtotal') {!! getIcon('pencil','fs-3') !!} @endcan @endif Subtotal subtotal_amount_adjustment) data-bs-toggle="tooltip" title="Calculated amount: {{cMoney($item->subtotal_row_raw, $invoice->currency, true)}}" @endif > @if($tab != 'tax-report') @cMoney($item->subtotal_row, $invoice->currency, true) @if($item->subtotal_amount_adjustment) * @endif @endif