@php $classes = [ 'table-auto w-full text-left', $attributes->get('bordered', true) ? 'border border-gray-200' : '', $attributes->get('striped') ? 'divide-y divide-gray-100' : '', $attributes->get('size') === 'sm' ? 'text-sm' : 'text-base', ]; @endphp