| {{ __('Indicador') }} | {{ __('Eventos') }} | {{ __('Defectos') }} | ||||||
|---|---|---|---|---|---|---|---|---|
| {{ $this->getIndicatorName($result->indicators_id) }} | {{ $result->events }} | {{ $result->defects }} | ||||||
|
||||||||
| {{$this->getIndicatorName($result->indicators_id)}} |
Eventos: {{$result['events']}}
Defectos: {{$result['defects']}}
|
Especificación de defectos@foreach($this->getDefectsEspecification($result->id) as $defect)
Nombre: {{ $defect->name }}
Identificación: {{ $defect->identification }}
Descripción: {{ $defect->description }}
@endforeach
|