chess/resources/views/components/form/year.blade.php
Ramadhon Ikhsan Prasetya 603e31b0f4 init
2024-08-29 10:56:32 +07:00

7 lines
314 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 form-control-solid {{ $classAdd ?? '' }} yearFormat" />
</div>
</div>