6 lines
139 B
PHP
6 lines
139 B
PHP
<thead {{ $attributes }} data-flux-columns>
|
|
<tr {{ isset($tr) ? $tr->attributes : '' }}>
|
|
{{ $tr ?? $slot }}
|
|
</tr>
|
|
</thead>
|