7 lines
260 B
PHP
7 lines
260 B
PHP
@if(!defined('LOAD_MOMENT'))
|
|
<script src="{!! mix('/js/moment/moment-with-locales.min.js', '/assets/vendor/boilerplate') !!}"></script>
|
|
<script>
|
|
moment.locale('{{ App::getLocale() }}');
|
|
</script>
|
|
@php(define('LOAD_MOMENT', true))
|
|
@endif |