fix basket
This commit is contained in:
@@ -1 +1,4 @@
|
||||
@include('components.form.button', ['class' => 'btn-danger ' . ($class ?? ''), 'icon' => ($icon ?? 'fa-trash)'])
|
||||
@include('components.form.button', [
|
||||
'class' => 'btn-danger ' . ($class ?? ''),
|
||||
'icon' => $icon ?? 'fa-trash',
|
||||
])
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user