2018-04-15 09:41:53 +02:00
|
|
|
@push('componentScripts')
|
2018-06-15 20:50:40 +02:00
|
|
|
<script src="{{ $U('/viewjs/components/datetimepicker.js', true) }}?v={{ $version }}"></script>
|
2018-04-15 09:41:53 +02:00
|
|
|
@endpush
|
|
|
|
|
|
|
|
|
|
<div class="form-group">
|
2018-07-11 19:43:05 +02:00
|
|
|
<label>{{ $L($label) }}</label>
|
2018-07-10 20:37:13 +02:00
|
|
|
<div class="input-group date datetimepicker" id="{{ $id }}" data-target-input="nearest">
|
|
|
|
|
<input type="text" class="form-control datetimepicker-input" data-target="#{{ $id }}"/>
|
|
|
|
|
<div class="input-group-append" data-target="#{{ $id }}" data-toggle="datetimepicker">
|
2018-07-11 19:43:05 +02:00
|
|
|
<div class="input-group-text"><i class="fas fa-calendar"></i></div>
|
2018-07-10 20:37:13 +02:00
|
|
|
</div>
|
2018-04-15 09:41:53 +02:00
|
|
|
</div>
|
2018-07-10 20:37:13 +02:00
|
|
|
<div class="invalid-feedback"></div>
|
2018-04-15 09:41:53 +02:00
|
|
|
</div>
|