Update with new price management
This commit is contained in:
7
resources/views/load/moment.blade.php
Normal file
7
resources/views/load/moment.blade.php
Normal file
@@ -0,0 +1,7 @@
|
||||
@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
|
||||
Reference in New Issue
Block a user