Remove manual livewire tags

This commit is contained in:
Marcus Moore 2024-05-29 16:04:05 -07:00
parent 9e35441281
commit e80b80f5d1
No known key found for this signature in database
2 changed files with 1 additions and 4 deletions

View file

@ -19,7 +19,6 @@
}
};
</script>
@livewireStyles
@if (($snipeSettings) && ($snipeSettings->header_color))
@ -74,7 +73,6 @@
@stack('js')
@livewireScripts
</body>
</html>

View file

@ -83,7 +83,7 @@ dir="{{ in_array(app()->getLocale(),['ar-SA','fa-IR', 'he-IL']) ? 'rtl' : 'ltr'
<script src="{{ url(asset('js/html5shiv.js')) }}" nonce="{{ csrf_token() }}"></script>
<script src="{{ url(asset('js/respond.js')) }}" nonce="{{ csrf_token() }}"></script>
@livewireStyles
</head>
@ -1125,7 +1125,6 @@ dir="{{ in_array(app()->getLocale(),['ar-SA','fa-IR', 'he-IL']) ? 'rtl' : 'ltr'
@include('partials.bpay')
@livewireScripts
</body>
</html>