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

12 lines
137 B
PHP
Raw Normal View History

2023-12-10 10:45:04 +00:00
@stack('scripts_start')
@stack('body_css')
@stack('body_stylesheet')
@stack('body_js')
@stack('body_scripts')
@stack('scripts_end')