reworked and recolored Table Component

This commit is contained in:
2025-03-17 01:36:38 +01:00
parent c642a437da
commit 98bd3ec660
7 changed files with 69 additions and 41 deletions
@@ -0,0 +1,3 @@
<th {{ $attributes->merge(['class' => 'py-4 px-3 first:pl-6 last:pr-6']) }}>
{{ $slot }}
</th>
@@ -0,0 +1,3 @@
<td>
{{ $slot }}
</td>