diff --git a/views/stockentrylabel.blade.php b/views/stockentrylabel.blade.php
new file mode 100644
index 00000000..cf126361
--- /dev/null
+++ b/views/stockentrylabel.blade.php
@@ -0,0 +1,40 @@
+
+
+
+ {{ $product->name }}
+
+
+
+
+
+
+
+
+ {{ $product->name }}
+ @if (GROCY_FEATURE_FLAG_STOCK_BEST_BEFORE_DATE_TRACKING)
+ {{ $__t('DD') }}: {{ $stockEntry->best_before_date }}
+ @endif
+
+
+
+
\ No newline at end of file