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

4 lines
122 B
PHP
Raw Normal View History

2022-06-01 07:15:55 +00:00
<tr class="{{ $class }}" {{ $attributes }} {{ $attributes->has('href') ? 'data-table-list' : '' }}>
{{ $slot }}
</tr>