1 post
1
2
954
For you to be able to return an object and not an array, it is enough: public function index() { $contas = login::select('id', 'email', 'senha')->get(); return…