2024-01-09 23:28:17 +11:00
|
|
|
<div class="row pt-2">
|
2025-01-15 23:29:53 +11:00
|
|
|
<div @class(['col-1','d-none'=>(! $edit)])></div>
|
2024-01-09 23:28:17 +11:00
|
|
|
<div class="col-10 p-2">
|
|
|
|
<div id="{{ $o->name_lc }}">
|
|
|
|
{{ $slot }}
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<x-attribute.widget.options :o="$o" :edit="$edit" :new="$new"></x-attribute.widget.options>
|
|
|
|
</div>
|
|
|
|
</div>
|