vito/resources/views/components/thead.blade.php
2024-03-24 09:56:34 +01:00

6 lines
206 B
PHP

<thead
{!! $attributes->merge(["class" => "text-xs text-gray-700 uppercase bg-gray-50 dark:bg-gray-700 dark:text-gray-400 border-b border-gray-200 dark:border-gray-600"]) !!}
>
{{ $slot }}
</thead>