<div class="entity-attribute entity-attribute-view @if($errors->has($attribute->key)) error @endif {!!$attribute->class!!}">
<label>{!! $attribute->label !!}</label>
<div class="content">
@if(View::exists($viewName))
@include($viewName)
@endif
</div>
</div>