diff --git a/resources/views/filament/pages/sticker-structure-preview-page.blade.php b/resources/views/filament/pages/sticker-structure-preview-page.blade.php new file mode 100644 index 0000000..0729203 --- /dev/null +++ b/resources/views/filament/pages/sticker-structure-preview-page.blade.php @@ -0,0 +1,69 @@ + +
+ {{-- Form --}} +
+ {{ $this->filtersForm($this->form) }} +
+ + {{-- Preview Button --}} +
+ +
+ + {{-- PDF Preview --}} + {{-- @if($this->pdfPreview) +
+

Preview

+
+ +
+
+ @endif --}} + + {{-- PDF Preview with Fallback --}} + @if($this->pdfPreview) +
+

Sticker Preview

+
+ +

+ ⚠️ Your browser cannot display PDFs inline.
+ Don’t worry — you can still: +

+
+ + + 📥 Download PDF Preview + +

+ Or try opening this page in Chrome, Edge, or Firefox. +

+
+
+
+
+ @endif +
+