{{ ++$index }} |
|
{{ $point->name }} |
{{ $point->code }} |
{{ $point->product && $point->product->lineBusiness ? $point->product->lineBusiness->name : '-' }} |
{{ $point->product->purpose->type ?? '-'}} |
{{ count($point->questions) }} |
{{ __('buttons.show') }}
{{ __('buttons.edit') }}
Eliminar
|
@endforeach