meobda-website/resources/views/components/table/th.blade.php

4 lines
158 B
PHP

<th scope="col" {{ $attributes->merge(['class'=>'py-3.5 text-left text-sm font-semibold text-gray-900 sm:pl-6 dark:text-gray-200']) }}>
{{ $slot }}
</th>