@lang('modules.customFields.addField')
×
@lang('modules.invoices.type')
{{ $field->type }}
@lang('app.required')
type != 'radio' && $field->type != 'select' && $field->type != 'checkbox') style="display: none;" @endif> @foreach ($field->values as $item)
@lang('app.value')
@if($loop->iteration !== 1)
@lang('app.delete')
@endif
@endforeach
@lang('modules.invoices.addItem')