8 lines
144 B
PHP
8 lines
144 B
PHP
|
|
<script data-exec-on-popstate>
|
||
|
|
|
||
|
|
$(function () {
|
||
|
|
@foreach($script as $s)
|
||
|
|
{!! $s !!}
|
||
|
|
@endforeach
|
||
|
|
});
|
||
|
|
</script>
|