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

14 lines
155 B
PHP

@stack('scripts_start')
@stack('body_css')
@stack('body_stylesheet')
@stack('body_js')
@stack('body_scripts')
@livewireScripts
@stack('scripts_end')