2022-09-21 11:59:53 +08:00

8 lines
144 B
PHP

<script data-exec-on-popstate>
$(function () {
@foreach($script as $s)
{!! $s !!}
@endforeach
});
</script>