id)->groupBy('calendar_id')->pluck('calendar_id'); $calendars = Calendar::whereIn('id', $cal_ids)->get(); //$calendar = Calendar::where('id', '=', @$game->calendar_id)->first(); return $calendars; } public function season() { return $this->belongsTo('App\Season'); } }