{{$titulo}}


@error('tipoCaracteristica') @enderror
@error('descripcionOpcion') @enderror

Lista de tipos de productos

@foreach ($datosSistem['opcionesCaracteristicas'] as $opcionesCaracteristicas) @endforeach
ID NOMBRE TIPOS CARACTERISTICA CREADO POR MODIFICADO ACCIONES
{{$opcionesCaracteristicas->id}} {{$opcionesCaracteristicas->descripcion}} {{$opcionesCaracteristicas->nameTipoCarac}} {{$opcionesCaracteristicas->name}} {{$opcionesCaracteristicas->updated_at}}
Mostrando {{$datosSistem['opcionesCaracteristicas']->count()}} de {{$datosSistem['opcionesCaracteristicas']->total()}}
{{ $datosSistem['opcionesCaracteristicas']->onEachSide(1)->links() }}