Ejemplo n.º 1
0
 public function postOrdenes()
 {
     $ordenes = Orden::with('platillos')->where('status', '=', '0')->get();
     return $ordenes;
 }