This commit is contained in:
denisdulici
2018-05-01 13:40:08 +03:00
parent f4d7c00c00
commit 26d25f41ae
10 changed files with 328 additions and 304 deletions

View File

@ -70,6 +70,7 @@
@push('js')
<script src="{{ asset('vendor/almasaeed2010/adminlte/plugins/datepicker/bootstrap-datepicker.js') }}"></script>
<script src="{{ asset('vendor/almasaeed2010/adminlte/plugins/datepicker/locales/bootstrap-datepicker.' . language()->getShortCode() . '.js') }}"></script>
<script src="{{ asset('public/js/bootstrap-fancyfile.js') }}"></script>
@endpush
@ -84,7 +85,8 @@
//Date picker
$('#paid_at').datepicker({
format: 'yyyy-mm-dd',
autoclose: true
autoclose: true,
language: '{{ language()->getShortCode() }}'
});
$("#account_id").select2({