7 lines
273 B
PHP
7 lines
273 B
PHP
<div class="form-group">
|
|
<label>{{ $title }}</label>
|
|
<div id="block_{{$id}}">
|
|
<input onkeydown="event.preventDefault()" autocomplete="off" type="text" value="{{ $value }}" name="{{ $id }}" id="{{ $id }}" class="form-control yearFormat" />
|
|
</div>
|
|
</div>
|