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