{{$titulo}}


@error('marcaproduct') @enderror
@error('descripcionModelo') @enderror

Lista de modelos

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