first(); if ($setting) { $this->info('Raw value of \'selected_printer\' setting:'); $this->info(json_encode($setting->value, JSON_PRETTY_PRINT)); // Assuming \'value\' column holds the data } else { $this->info('\'selected_printer\' setting not found.'); } } }