orderBy('created_at', 'desc'); } public function crops() { return $this->belongsToMany(Keywords::class, 'base_crops', 'base_id', 'crop_id'); } }