This commit is contained in:
2025-12-07 10:43:55 -03:00
parent 596370df27
commit c0681ea6a9
6 changed files with 455 additions and 3 deletions

View File

@@ -26,7 +26,8 @@
color: #1e40af;
}
</style>
<div class="prose max-w-none text-gray-700"><?= $order['content'] ?></div>
<div class="prose max-w-none text-gray-700">
<?= \App\Utils\TextFormatter::formatContent($order['content'] ?? '') ?></div>
</div>
</div>