@props(['sticky' => false, 'position' => '0']) @php $classes = 'px-4 py-3 text-left font-semibold text-gray-700 dark:text-gray-300 bg-gray-50 dark:bg-gray-900'; if ($sticky) { $classes .= ' sticky z-10 bg-gray-50 dark:bg-gray-900'; $classes .= ' left-' . $position; } @endphp