fix: Update FAQ rendering to allow HTML content and correct numbering in tab buttons

This commit is contained in:
2025-08-21 12:35:06 +05:45
parent 3bda70472d
commit f6339f909e
2 changed files with 2 additions and 2 deletions

View File

@@ -176,7 +176,7 @@
<div class="py-40">
{{ $child->faqs ?? '' }}
{!! $child->faqs ?? '' !!}
</div>