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 67e83eb commit f670440Copy full SHA for f670440
resources/views/notifications/drakify.blade.php
@@ -1,7 +1,7 @@
1
@if (session()->get('notify.model') === 'drake')
2
<div class="fixed inset-0 flex items-end justify-center px-4 py-6 pointer-events-none sm:p-6 sm:items-start sm:justify-end">
3
<div
4
- x-data="{ show: false }"
+ x-data="{ show: true }"
5
x-show="show; setTimeout(() => { show = false }, 4000)"
6
x-description="Notification panel, show/hide based on alert state."
7
x-transition:enter="transform ease-out duration-300 transition"
0 commit comments