Commented heading tag on preview #69
@@ -35,7 +35,7 @@
|
|||||||
{{-- PDF Preview with Fallback --}}
|
{{-- PDF Preview with Fallback --}}
|
||||||
@if($this->pdfPreview)
|
@if($this->pdfPreview)
|
||||||
<div class="mt-6">
|
<div class="mt-6">
|
||||||
<h3 class="text-lg font-medium text-gray-900">Sticker Preview</h3>
|
{{-- <h3 class="text-lg font-medium text-gray-900">Sticker Preview</h3> --}}
|
||||||
<div class="mt-2 border rounded overflow-hidden bg-gray-50">
|
<div class="mt-2 border rounded overflow-hidden bg-gray-50">
|
||||||
<object
|
<object
|
||||||
data="data:application/pdf;base64,{{ $this->pdfPreview }}"
|
data="data:application/pdf;base64,{{ $this->pdfPreview }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user