This commit is contained in:
Andras Bacsai
2023-05-26 14:05:58 +02:00
parent 97b336bff4
commit 820e432f92
4 changed files with 23 additions and 12 deletions

View File

@@ -25,6 +25,11 @@
</head>
<body>
{{-- @if (is_https())
<script>
console.log('asd')
</script>
@else --}}
@livewireScripts
@auth
<x-navbar />
@@ -60,6 +65,7 @@
})
</script>
@endauth
{{-- @endif --}}
</body>