//ventas \Auth::attempt(['email' => 'ventas1@glezco.com', 'password' => 'ventas123']); $venta = new \App\Venta; $venta->sell(1, 1); $venta