@props([
'name',
'label',
'value',
'type',
'min' => null,
'max' => null,
'step' => null,
'idSuff' => null,
'showError' => false,
])
@if($label ?? null)
@include('components.inputs.partials.label')
@endif
@if($showError)
@error("$name") ** {{ $message }} ** @enderror
@endif