Evaluation attributes
@include('components.controls',['data' => $attributes])
@include('components.loading')
@if (count($attributes)) @foreach ($attributes as $key) @endforeach
# Attribute Type Description
{{ ++$offset }} {{ $key->attribute }} {{ $key->checkbox?'Checkbox':'Comment' }} {{ $key->description }}
 
@else

No attribute yet

@endif
@include('evaluation.attributes.add') @include('evaluation.attributes.edit')