|
{{-- actions --}}
@if(!$is_paid)
@can('manage phase manual subtotal')
@if($editItem->invoiceable->subtotal_amount_adjustment)
{{-- remove manual subtotal --}}
{!! getIcon('arrows-loop','fs-3') !!}
@endif
{!! getIcon('pencil','fs-3') !!}
@endcan
@endif
{{-- end actions --}}
Taxable Amount
|
invoiceable->subtotal_amount_adjustment)
data-bs-toggle="tooltip" title="Calculated amount: {{cMoney($editItem->invoiceable->subtotal_row_raw, $editItem->invoiceable->contract->currency, true)}}"
@endif
>
@cMoney($editItem->invoiceable->subtotal_row, $editItem->invoiceable->contract->currency, true)
@if($editItem->invoiceable->subtotal_amount_adjustment)
*
@endif
|