mkA~(@^_^@)~PNG  IHDR Ÿ f Õ†C1 sRGB ®Îé gAMA ± üa pHYs à ÃÇo¨d GIDATx^íÜL”÷ð÷Yçªö("Bh_ò«®¸¢§q5kÖ*:þ0A­ºšÖ¥]VkJ¢M»¶f¸±8\k2íll£1]q®ÙÔ‚ÆT p0 multiple_attachment = true; $this->multiple_attachment_usage = ['default', 'bdf-file']; } public function getImageAttribute() { return $this->attachmentRelation()->first(); } public function mainCategory(): BelongsTo { return $this->belongsTo(Category::class, 'main_category_id'); } public function subCategory(): BelongsTo { return $this->belongsTo(Category::class, 'sub_category_id'); } public function user(): BelongsTo { return $this->belongsTo(User::class); } public function specs(): HasMany { return $this->hasMany(Spec::class); } }