Akaunting/resources/views/components/table/tbody.blade.php

4 lines
241 B
PHP
Raw Normal View History

2022-06-01 07:15:55 +00:00
<tbody {{ ((! $attributes->has('override')) || ($attributes->has('override') && ! in_array('class', explode(',', $attributes->get('override'))))) ? $attributes->merge(['data-table-body' => 'true']) : $attributes }}>
{{ $slot }}
</tbody>