orderBy('created_at', 'desc'); } public function gift() { return $this->belongsTo(ActivityGift::class, 'gift_id'); } }