image ? asset(self::$public_path_file . "/" . $this->image) : ""; } public function user() { return $this->belongsTo(User::class); } }