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

4 lines
77 B
PHP

<tbody {!! $attributes->merge(["class" => ""]) !!}>
{{ $slot }}
</tbody>