@@ -135,7 +135,8 @@ class Education
->where('course_status', 1)
->whereIn('gr_id', (array) $gr_id)
->where('course_audit', 1)
- ->get();
+ ->select()
+ ->toArray();
$course_list = [];
foreach ($courses as $course) {
$course_info = [