From f6339f909e301a41b9f11640ec50c5c21671cc67 Mon Sep 17 00:00:00 2001 From: Subash Date: Thu, 21 Aug 2025 12:35:06 +0545 Subject: [PATCH] fix: Update FAQ rendering to allow HTML content and correct numbering in tab buttons --- .../client/raffles/pages/study-destination-template.blade.php | 2 +- .../views/client/raffles/pages/test-single-template.blade.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/client/raffles/pages/study-destination-template.blade.php b/resources/views/client/raffles/pages/study-destination-template.blade.php index f22cdf7..2d6fbd5 100644 --- a/resources/views/client/raffles/pages/study-destination-template.blade.php +++ b/resources/views/client/raffles/pages/study-destination-template.blade.php @@ -176,7 +176,7 @@
- {{ $child->faqs ?? '' }} + {!! $child->faqs ?? '' !!}
diff --git a/resources/views/client/raffles/pages/test-single-template.blade.php b/resources/views/client/raffles/pages/test-single-template.blade.php index 6d1f40c..8d01227 100644 --- a/resources/views/client/raffles/pages/test-single-template.blade.php +++ b/resources/views/client/raffles/pages/test-single-template.blade.php @@ -21,7 +21,7 @@
  • -

    1

    +

    {{ $index + 1 }}

    {{-- --}}
    {{ $child->title }}