×
@lang('modules.customFields.editField')
{!! Form::open(['url' => '' ,'method' => 'PUT', 'id' => 'add-edit-form','class'=>'form-horizontal']) !!}
@lang('modules.customFields.label')
@lang('app.name')
@lang('app.required')
@lang('app.yes')
required == 'no') checked @endif>
@lang('app.no')
@lang('modules.invoices.type')
{{ $field->type }}
type != 'radio' && $field->type != 'select') style="display: none;" @endif >
@foreach ($field->values as $item)
@lang('app.value')
@endforeach
{{ Form::close() }}