2023-06-16 20:53:33 +02:00
|
|
|
<label for='title' class='form-label'>{{__('messages.Spacing height')}}</label>
|
2022-11-08 16:11:59 +01:00
|
|
|
{{-- <input type='number' name='height' value="{{$params->height ?? ''}}" class='form-control w-25' /> --}}
|
|
|
|
|
|
|
|
<input type="range" class="custom-range" id="height" name='height' value={{$params->height??5}} oninput="this.nextElementSibling.value = this.value"><output class='font-weight-bold'>{{$params->height??5}}</output>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|