@props([
'sortable' => null,
'direction' => null,
'multiColumn' => null,
])
@php
$hover = $sortable ? 'hover:bg-brand-300/50 dark:hover:bg-indigo-500/25' : '';
@endphp
merge(['class' => "px-6 py-4 {$hover}"]) }}
>
@unless ($sortable)
{{ $slot }}
@else
@endif
|