Add Retention
{{--
--}}
VAT Debug:
Raw Value (`isVatIncludedRaw`):
Type of Raw Value:
Parsed Inclusion Logic:
Subtotal:
VAT:
Retention Base:
Selected Rate (%):
Calculated Retention:
Fixed Amount
{{ Form::label('retention_id', __('Retention'), ['class' => 'col-form-label']) }}
{{ Form::label('retention_cal', __('Retention Calculation'), ['class' => 'col-form-label']) }}
{{-- --}}
{{-- --}}
Adjust Amount
Expected Retention: {{ $invoice->currency }}
{{ Form::label('retention_value', __('Retention Value'), ['class' => 'col-form-label']) }}
@if ($invoiceHasRetention) @else
@endif