auditionadmin/resources/views/components/table/body.blade.php

5 lines
162 B
PHP

@props(['sortable' => true])
<tbody @if($sortable)x-ref="tbody"@endif {{ $attributes->merge(['class' => 'divide-y divide-gray-200']) }}>
{{ $slot }}
</tbody>