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

4 lines
199 B
PHP
Raw Permalink Normal View History

<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>