12 lines
302 B
PHP
Raw Normal View History

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