Fixes on attributes on prices

This commit is contained in:
Ludovic CANDELLIER
2020-06-20 01:51:40 +02:00
parent 5bd09966b7
commit 23a79b0586
11 changed files with 146 additions and 29 deletions

View File

@@ -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>