global search based on livewire improved

This commit is contained in:
Sevan Nerse
2021-06-04 19:05:35 +03:00
parent a42429bf12
commit 0a416e99ec
10 changed files with 675 additions and 261 deletions

View File

@ -5,8 +5,6 @@
@stack('scripts_start')
<script src="{{ asset('public/js/common/search.js?v=' . version('short')) }}"></script>
@stack('charts')
<script src="{{ asset('public/vendor/chart.js/dist/Chart.min.js') }}"></script>
@ -137,4 +135,9 @@
@stack('body_scripts')
@livewireScripts
<!-- Livewire -->
<script type="text/javascript">
window.livewire_app_url = {{ company_id() }};
</script>
@stack('scripts_end')