5 lines
99 B
PHP
5 lines
99 B
PHP
@inject('js', App\Services\AppJsObjectService)
|
|
<script>
|
|
var app = @json($js->get());
|
|
</script>
|