<div class="entity-attribute entity-attribute-text{{{ count($attribute->errors) == 0 ? '' : ' error' }}} {{{$attribute->class}}}">
<label>{{ $attribute->label }}</label>
<div class="content">
@include($attribute->viewName)
</div>
</div>