fix basket

This commit is contained in:
ludo
2023-10-31 17:05:41 +01:00
parent 12903b6029
commit cc9672ddca
14 changed files with 144 additions and 88 deletions

View File

@@ -1,6 +1,7 @@
@include('components.form.label')
<input type="number" name="{{ $name }}" id="{{ $id_name ?? str_slug($name,'-') }}" class="form-control {{ $class ?? ''}}" value="{{ $value ?? ''}}"
@if ($style ?? false) style="{{ $style }}" @endif
@if ($required ?? false) required @endif
@if ($disabled ?? false) disabled @endif
@if ($readonly ?? false) readonly @endif