12 lines
220 B
PHP
12 lines
220 B
PHP
<div
|
|
{{
|
|
$attributes
|
|
->merge([
|
|
'id' => $getId(),
|
|
], escape: false)
|
|
->merge($getExtraAttributes(), escape: false)
|
|
}}
|
|
>
|
|
{{ $getChildSchema() }}
|
|
</div>
|