$records = $records->pluck('data', 'id')->toArray(); // [ // 'id' => 'data', // ... //]
YourModelName::all('id', 'name');