All checks were successful
Create Docker Image / Test Application (x86_64) (push) Successful in 29s
Create Docker Image / Build Docker Image (x86_64) (push) Successful in 1m30s
Create Docker Image / Build Docker Image (arm64) (push) Successful in 4m34s
Create Docker Image / Final Docker Image Manifest (push) Successful in 8s
7 lines
407 B
PHP
7 lines
407 B
PHP
<!-- $o=CertificateList::class -->
|
|
<x-attribute.layout :edit="$edit" :new="$new" :o="$o" langtag="binary">
|
|
@foreach($o->tagValuesOld('binary') as $key => $value)
|
|
<!-- If this attribute is not handle, it'll be an Attribute::class, we'll just render it normally -->
|
|
<span class="form-control mb-1"><pre class="m-0">{{ $o->render_item_old('binary.'.$key) }}</pre></span>
|
|
@endforeach
|
|
</x-attribute.layout> |