Modularize more components

This commit is contained in:
Bernd Bestel
2018-04-15 09:41:53 +02:00
parent 642f95a3f8
commit 13566bc6fd
15 changed files with 154 additions and 272 deletions

View File

@@ -0,0 +1,14 @@
@push('componentScripts')
<script src="/viewjs/components/datetimepicker.js"></script>
@endpush
<div class="form-group">
<label for="{{ $id }}">{{ $label }}</label>
<div class="input-group date datetimepicker">
<input type="text" class="form-control" id="{{ $id }}" name="{{ $id }}" required>
<span class="input-group-addon">
<span class="fa fa-calendar"></span>
</span>
</div>
<div class="help-block with-errors"></div>
</div>