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 }}