Posts by Bruno Philippe • 23 points
1 post
-
2
votes2
answers218
viewsQ: Laravel/Eloquent - Undefined variable: idPedido
I have two queries searching the model. The first one is working normally: $pedidos = Pedido:: orwhere(function($query){ $query->where('user_id', $_SESSION['idUsuario']) ->where('status',…