diff --git a/resources/views/themes/default1/agent/helpdesk/ticket/timeline.blade.php b/resources/views/themes/default1/agent/helpdesk/ticket/timeline.blade.php
index 74de111e7..a9ed23bdf 100644
--- a/resources/views/themes/default1/agent/helpdesk/ticket/timeline.blade.php
+++ b/resources/views/themes/default1/agent/helpdesk/ticket/timeline.blade.php
@@ -693,45 +693,59 @@ if ($thread->title != "") {
-
-
-
-
- @if($conversation->poster=='client')
-
-
-
-
+ @if(\Lang::getLocale()=='ar')
+
+ @else
+
+ @endif
+
+
+
+ @if($conversation->poster=='client')
+
+
@else
{!! $conversation->body !!}
diff --git a/resources/views/themes/default1/client/helpdesk/ckeckticket.blade.php b/resources/views/themes/default1/client/helpdesk/ckeckticket.blade.php
index 23fd68658..f5020352a 100644
--- a/resources/views/themes/default1/client/helpdesk/ckeckticket.blade.php
+++ b/resources/views/themes/default1/client/helpdesk/ckeckticket.blade.php
@@ -225,42 +225,25 @@ foreach ($conversations as $conversation) {