I am using pluck method to get data from single column
$systems = OptionUser::pluck('user_skill');
This systems variable returning only one value while I have around 50 values in this table. Please suggest what is correct way to get all the data from this column.