fix issues with scripts rendering

This commit is contained in:
2024-05-04 14:18:17 +10:00
parent 53d0c46aa0
commit 3e891912b0
2 changed files with 33 additions and 28 deletions

View File

@@ -30,6 +30,7 @@
SM.alert('{{ session('message-title') }}', '{{ session('message') }}', '{{ session('message-type') }}');
</script>
@endif
@stack('scripts')
@livewireScripts
</body>
</html>