Error in Laravel Mysql 5.6

1

Someone help me please to resolve this error:

    
asked by Javier 23.08.2018 в 05:43
source

1 answer

0

Since you do not attach the part of your controller that assigns value to $categorias , one could only guess that $categorias is a collection of some model Categoria , if so, because the error is telling you, your property idcategoria does not exist in your table categories.

    
answered by 23.08.2018 / 17:12
source