/ resources / views / components / table / cell.blade.php
cell.blade.php
1  <td {{ $attributes->merge(['class' => 'px-4 py-3 whitespace-no-wrap text-gray-600']) }}>
2      {{ $slot }}
3  </td>