1
0
mirror of https://github.com/cp6/my-idlers.git synced 2024-09-29 11:47:09 +02: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>