$this->collection->map(function ($data) { return [ 'id' => $data->id, 'user_id' => $data->user_id, 'total_collection' => $data->total_collection, 'total_earning' => $data->total_earning, ]; }) ]; } public function with($request) { return [ 'success' => true, 'status' => 200 ]; } }