11 lines
264 B
PHP
11 lines
264 B
PHP
<div class="input-group">
|
|
|
|
@include('components.input', ['type' => 'number', 'meta' => "step = '.01'"])
|
|
|
|
<div class="input-group-append">
|
|
<button class="btn bg-light" type="button" aria-haspopup="false" aria-expanded="false">
|
|
%
|
|
</button>
|
|
</div>
|
|
</div>
|