mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-03 15:02:34 +00:00
Merge (#127)
This commit is contained in:
5
resources/views/components/thead.blade.php
Normal file
5
resources/views/components/thead.blade.php
Normal file
@ -0,0 +1,5 @@
|
||||
<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>
|
Reference in New Issue
Block a user