© 2026 Hedgehog Software, LLC
->recordClasses(fn (Model $record) => match ($record->facturado) { true => 'facturadoClass', default => null, })
@tailwind base; @tailwind components; @tailwind utilities; .facturadoClass { @apply bg-blue-500 text-white font-bold py-2 px-4 rounded; }