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

11 lines
421 B
PHP

<div class="form-group">
<label>{{$title}} </label>
<input type="text" value="{{$value}}" oninput="znToMoney(this)" name="{{$id}}" id="{{$id}}" maxlength="{{$maxlength}}" class="form-control form-control-solid {{ $classAdd ?? '' }} money" placeholder="Isikan {{$title}}"/>
@if (isset($label))
<span class="form-text text-muted"> <code id="label_{{$id}}">{{$label}}</code> </span>
@endif
</div>