belongsTo(Good::class, 'gid'); } public function getUrlAttribute() { return config('app.url') . '/key/' . $this->attributes['slug']; } public function dealer() { return $this->belongsTo(Dealer::class); } }