Move javascript utilities to their own class PageAssets and creatd blade directive @pa to simplify using them

This commit is contained in:
2024-07-28 14:52:56 +10:00
parent 628fbac8f9
commit eaece2b69d
6 changed files with 216 additions and 95 deletions

View File

@@ -38,8 +38,6 @@
@section('scripts')
@include('adminlte::layouts.partials.scripts')
@yield('page-scripts')
@show
</body>
</html>