merge(['id' => $getId()], escape: false) ->merge($getExtraAttributes(), escape: false) }} > @php $childComponentContainers = $getChildComponentContainers(); @endphp @if (count($childComponentContainers))
merge($getExtraAttributes(), escape: false) ->class('flex flex-col gap-4') }} > @foreach ($childComponentContainers as $container) @php $recordType = data_get($container->getRecord(), 'type'); $isNote = $recordType === 'note'; @endphp
$isNote, 'bg-white/70 dark:bg-gray-900/60' => ! $isNote, ]) > {{ $container }}
@endforeach
@elseif ($placeholder = $getPlaceholder())
{{ $placeholder }}
@endif