@aware(['component'])
@php
$theme = $component->getTheme();
@endphp
@if ($theme === 'tailwind')
merge(['class' => 'table-cell px-3 py-2 md:px-6 md:py-3 text-center md:text-left bg-gray-50 dark:bg-gray-800']) }}>{{ $slot }} |
@elseif ($theme === 'bootstrap-4' || $theme === 'bootstrap-5')
{{ $slot }} |
@endif