All checks were successful
Create Docker Image / Test Application (x86_64) (push) Successful in 3m36s
Create Docker Image / Build Docker Image (x86_64) (push) Successful in 1m38s
Create Docker Image / Build Docker Image (arm64) (push) Successful in 4m35s
Create Docker Image / Final Docker Image Manifest (push) Successful in 9s
12 lines
302 B
PHP
12 lines
302 B
PHP
<div class="row pt-2">
|
|
<div @class(['col-1','d-none'=>(! $edit) && (! ($detail ?? true))])></div>
|
|
<div class="col-10 p-2">
|
|
<attribute id="{{ $o->name }}">
|
|
{{ $slot }}
|
|
</attribute>
|
|
|
|
<x-attribute.widget.options :o="$o" :edit="$edit" :new="$new"/>
|
|
</div>
|
|
</div>
|
|
|
|
@yield($o->name_lc.'-scripts') |