Mise à jour
This commit is contained in:
13
resources/views/components/form/datetimepicker.blade.php
Normal file
13
resources/views/components/form/datetimepicker.blade.php
Normal file
@@ -0,0 +1,13 @@
|
||||
@include('components.input', ['class' => 'datetimepicker'])
|
||||
|
||||
@if(!defined('LOAD_DATETIMEPICKER'))
|
||||
@include('boilerplate::load.datetimepicker')
|
||||
@push('js')
|
||||
<script>
|
||||
$(function() {
|
||||
$('.datetimepicker').datetimepicker({});
|
||||
});
|
||||
</script>
|
||||
@endpush
|
||||
@endif
|
||||
|
||||
Reference in New Issue
Block a user