$this->name, 'type' => __('outlet.outlet'), ]); $link = ''; $link .= $this->name; $link .= ''; return $link; } public function creator() { return $this->belongsTo(User::class); } }