@if ($existing == 0)
@endif
{!! Form::text('attr_name[]', null, [
'placeholder' => __('crud.attributes.placeholders.attribute'),
'class' => 'form-control',
'maxlength' => 191
]) !!}
{!! Form::text('attr_value[]', null, ['placeholder' => trans('crud.attributes.placeholders.value'), 'class' => 'form-control', 'maxlength' => 191]) !!}
{!! Form::hidden('attr_is_star[]', false) !!}
@if ($isAdmin)
{!! Form::hidden('attr_is_private[]', false) !!}
@endif
{!! Form::hidden('attr_type[]', '') !!}