mirror of
https://github.com/vitodeploy/vito.git
synced 2025-04-21 02:41:36 +00:00
6 lines
206 B
PHP
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>
|