@if($attribute->attribute_type == "color" || $attribute->attribute_type == "text" )
@foreach(siteLanguages() as $key => $language)
{!! Form::text("name_$key", isset($specification) ? $specification->name[$key] : null, ["parsley-trigger"=>"change", "required" ,'class'=> 'form-control', 'id'=> "name_$key", 'placeholder'=> $language, 'maxlength'=> "100"]) !!}
@endforeach
@endif @if($attribute->attribute_type == "color" )
@elseif($attribute->attribute_type == "price" )
@endif