{{-- Consistent table header cell --}} @props([ 'align' => 'left', 'width' => null, ]) @php $alignClass = match($align) { 'center' => 'text-center', 'right' => 'text-right', default => 'text-left', }; $widthClass = $width ? "w-{$width}" : ''; @endphp