isProduction()); Number::useLocale('es-CL'); Number::useCurrency('CLP'); $this->personalize(); } public function personalize() { TallStackUi::personalize() ->table() ->block('table.td', 'dark:text-dark-300 whitespace-nowrap px-3 py-1 text-sm text-gray-500'); } }