2024-03-24 09:56:34 +01:00

6 lines
206 B
PHP

<tr
{!! $attributes->merge(["class" => "dark:text-white bg-white border-b last:border-b-0 dark:bg-gray-800 dark:border-gray-700 hover:bg-gray-50 dark:hover:bg-gray-800/70"]) !!}
>
{{ $slot }}
</tr>