Update: 2026-05-04 20:12:58
This commit is contained in:
@@ -397,7 +397,7 @@
|
||||
<!-- Left: Document Preview -->
|
||||
<div class="flex-1 bg-gray-950 rounded-3xl overflow-hidden border border-gray-800 relative">
|
||||
<template x-if="currentInvoice?.file_url">
|
||||
<iframe :src="currentInvoice.file_url" class="w-full h-full border-0"></iframe>
|
||||
<iframe :src="currentInvoice.file_url + '&token=' + token()" class="w-full h-full border-0"></iframe>
|
||||
</template>
|
||||
<div x-show="!currentInvoice?.file_url" class="absolute inset-0 flex items-center justify-center text-gray-600">لا يوجد ملف مرفق</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user