Akaunting/resources/views/components/layouts/signed/scripts.blade.php

14 lines
155 B
PHP
Raw Normal View History

2022-06-01 07:15:55 +00:00
@stack('scripts_start')
2023-12-10 02:05:52 +00:00
@stack('body_css')
2022-06-01 07:15:55 +00:00
2023-12-10 02:05:52 +00:00
@stack('body_stylesheet')
2022-06-01 07:15:55 +00:00
2023-12-10 02:05:52 +00:00
@stack('body_js')
@stack('body_scripts')
@livewireScripts
2022-06-01 07:15:55 +00:00
@stack('scripts_end')