@aware(['component']) @php $theme = $component->getTheme(); @endphp @if ($theme === 'tailwind')
{{ $slot }}
@elseif ($theme === 'bootstrap-4' || $theme === 'bootstrap-5')
{{ $slot }}
@endif