akaunting 3.0 (the last dance)
This commit is contained in:
3
resources/views/components/table/tbody.blade.php
Normal file
3
resources/views/components/table/tbody.blade.php
Normal file
@ -0,0 +1,3 @@
|
||||
<tbody {{ ((! $attributes->has('override')) || ($attributes->has('override') && ! in_array('class', explode(',', $attributes->get('override'))))) ? $attributes->merge(['data-table-body' => 'true']) : $attributes }}>
|
||||
{{ $slot }}
|
||||
</tbody>
|
Reference in New Issue
Block a user