@props(['sr_text' => false,'button' => false,'a' => false])
@php $td_class = "relative whitespace-nowrap py-4 pl-3 pr-4 text-right text-sm font-medium sm:pr-6"; @endphp
@php $link_class = "text-indigo-600 hover:text-indigo-900"; @endphp
merge(['class' => $td_class]) }}>
@if($a)
attributes->merge(['class' => $link_class]) }}>
{{ $a }}@if($sr_text){{ $sr_text }}@endif
@elseif($button)
@php($aria_label = $button . $sr_text)
@else
{{ $slot }}{{ $sr_text ? '' . $sr_text . '' : '' }}
@endif
|