{{-- actions --}} @if(!$is_paid) @can('delete phase deduction') {!! getIcon('trash','fs-3') !!} @endcan @can('update phase deduction') {!! getIcon('pencil','fs-3') !!} @endcan @endif {{-- end actions --}} Down Payment Deduction @if($phase->deduction->is_percentage) ({{$phase->deduction->percentage}}%) @endif deduction->manual_amount) data-bs-toggle="tooltip" title="Calculated amount: {{cMoney(-($phase->deduction?->amount ?? 0), $phase->contract->currency, true)}}" @endif > @cMoney(-($phase->deduction->manual_amount ? $phase->deduction->manual_amount : $phase->deduction?->amount ?? 0), $phase->contract->currency, true) @if($phase->deduction->manual_amount) * @endif