image_path) { $result = asset('storage/uploads/' . $this->image_path); } return $result; } public function galleryCategory() { return $this->belongsTo(GalleryCategory::class, 'gallery_category_id'); } }