5 lines
268 B
PHP
5 lines
268 B
PHP
<div class="form-floating form-floating-outline mb-6">
|
|
<input type="text" type="date" name="{{ $name }}" id="{{ $name }}" class="form-control flatpickr-date" placeholder="YYYY-MM-DD" value="{{ $value }}" />
|
|
<label for="{{ $name }}">{{ $label }}</label>
|
|
</div>
|