parfum/resources/views/flux/table/row.blade.php
2025-09-13 10:36:12 +07:00

8 lines
137 B
PHP

@props([
'key' => null,
])
<tr @if ($key) wire:key="table-{{ $key }}" @endif {{ $attributes }} data-flux-row>
{{ $slot }}
</tr>