toasts timer increased to 5s. Add animation to the toast Add toast for like and favorite actions fixed the deal card design added a opening animation to modal
8 lines
222 B
PHP
8 lines
222 B
PHP
<dialog
|
|
{{$attributes->merge(["class"=>"fixed top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 bg-white rounded-lg p-4 shadow-lg"])}} >
|
|
<div>
|
|
{{$slot}}
|
|
</div>
|
|
</dialog>
|
|
@vite('resources/js/modal.js')
|