Fixes on attributes on prices
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
@if (isset($style))style="{{ $style }}" @endif
|
||||
@if (isset($required))required="required"@endif
|
||||
@if (isset($multiple))multiple="multiple"@endif
|
||||
@if (isset($meta)){{ $meta }}@endif
|
||||
>
|
||||
@if (isset($with_empty))
|
||||
<option>{{ $with_empty }}</option>
|
||||
|
||||
Reference in New Issue
Block a user