diff --git a/resources/views/marketplace/offers.php b/resources/views/marketplace/offers.php
index 90f7d25..2eca7e6 100644
--- a/resources/views/marketplace/offers.php
+++ b/resources/views/marketplace/offers.php
@@ -1,5 +1,6 @@
+
= $e($t('marketplace.offers_title', ['name' => (string) ($integrationData['name'] ?? '')])) ?>
@@ -29,6 +30,7 @@
SKU
EAN
= $e($t('marketplace.fields.updated_at')) ?>
+ Kategorie
@@ -48,6 +50,14 @@
= $e((string) ($row['product_sku'] ?? '')) ?>
= $e((string) ($row['product_ean'] ?? '')) ?>
= $e((string) ($row['updated_at'] ?? '')) ?>
+
+
+
@@ -56,3 +66,212 @@