We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4df45e commit bf99fb0Copy full SHA for bf99fb0
views/templates/admin/dashboard.blade.php
@@ -6,6 +6,7 @@
6
<title>{{ $pageTitle }}</title>
7
<script src="https://cdn.tailwindcss.com"></script>
8
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" rel="stylesheet">
9
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/rsvp/4.8.5/rsvp.min.js"></script> {{-- Ativando biblioteca RSVP necessária para QZ Tray --}}
10
<script src="https://cdn.jsdelivr.net/npm/qz-tray@2.1.0/qz-tray.js"></script> {{-- Ativando QZ Tray para impressão direta --}}
11
</head>
12
<body class="bg-gray-100">
0 commit comments