Files
opensem/resources/views/load/moment.blade.php
2021-07-25 23:19:27 +02:00

7 lines
227 B
PHP

@if(!defined('LOAD_MOMENT'))
<script src="/assets/plugins/moment/moment-with-locales.min.js"></script>
<script>
moment.locale('{{ App::getLocale() }}');
</script>
@php(define('LOAD_MOMENT', true))
@endif