@php $initialCustomerId = old('customer_id', $ancillaryCost->customer_id ?? null); $initialSelectedValue = $initialCustomerId ? "customer-$initialCustomerId" : null; $hint = '' . __('Add Customer') . ''; @endphp
{{ __('Customer') }}
{{ __('Cost Type') }}
#
{{ __('Product') }}
{{ __('Quantity') }}
{{ __('Amount per unit') }}
{{ __('Amount') }}


{{ __('Total') }} ({{ config('amir.currency') ?? __('Rial') }}): 0
{{ __('Total with VAT') }} ({{ config('amir.currency') ?? __('Rial') }}): 0
{{ __('cancel') }} @can('ancillary-costs.approve') @endcan
@pushOnce('scripts') @endPushOnce