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