3 lines
80 B
PHP
Raw Normal View History

2022-09-21 11:59:53 +08:00
@foreach($js as $j)
<script src="{{ admin_asset ("$j") }}"></script>
@endforeach