field('name')->select(); $districtText = collection($districtText)->column('name'); return implode(',', $districtText); } }