Prevent warning
This commit is contained in:
parent
bc0e830758
commit
b7d845ee51
|
|
@ -1,6 +1,8 @@
|
||||||
@inject('intl', 'App\Services\Translations\JavaScript')
|
@inject('intl', 'App\Services\Translations\JavaScript')
|
||||||
<script src="{{ $intl->generate(app()->getLocale()) }}"></script>
|
<script src="{{ $intl->generate(app()->getLocale()) }}"></script>
|
||||||
<script src="{{ $intl->plugin(app()->getLocale()) }}"></script>
|
@if ($pluginI18n = $intl->plugin(app()->getLocale()))
|
||||||
|
<script src="{{ $pluginI18n }}"></script>
|
||||||
|
@endif
|
||||||
<script src="{{ webpack_assets('index.js') }}"></script>
|
<script src="{{ webpack_assets('index.js') }}"></script>
|
||||||
<script>{!! option('custom_js') !!}</script>
|
<script>{!! option('custom_js') !!}</script>
|
||||||
{{-- Content added by plugins dynamically --}}
|
{{-- Content added by plugins dynamically --}}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user