1
0
mirror of https://github.com/cp6/my-idlers.git synced 2024-11-16 15:33:44 +01:00
my-idlers/resources/views/components/datatables-assets.blade.php
2022-03-06 02:29:58 +11:00

4 lines
199 B
PHP

<script src="{{ asset('js/jquery.min.js') }}"></script>
<script src="{{ asset('js/datatables.min.js') }}" defer></script>
<script src="{{ asset('js/datatables.bootstrap5.min.js') }}" defer></script>