diff --git a/resources/views/conversations/view.blade.php b/resources/views/conversations/view.blade.php
index 640156d3..867c6861 100644
--- a/resources/views/conversations/view.blade.php
+++ b/resources/views/conversations/view.blade.php
@@ -195,6 +195,7 @@
@include('conversations/partials/prev_convs_short', ['mobile' => true])
@endif
@endif
+ @action('conversation.after_customer', $customer, $conversation, $mailbox)
@foreach ($threads as $thread_index => $thread)
@@ -221,6 +222,7 @@
{{ App\User::dateDiffForHumans($thread->created_at) }}
+ @action('thread.after_header', $thread, $loop, $threads, $conversation, $mailbox)
@@ -253,6 +255,7 @@
{{ App\User::dateDiffForHumans($thread->created_at) }}
+ @action('thread.after_header', $thread, $loop, $threads, $conversation, $mailbox)
{!! $thread->getCleanBody() !!}
@@ -261,6 +264,7 @@
@endif
@include('conversations/partials/thread_attachments')
+ @action('thread.after_body', $thread, $loop, $threads, $conversation, $mailbox)
@else
@@ -369,6 +373,7 @@
@endif
+ @action('thread.after_header', $thread, $loop, $threads, $conversation, $mailbox)
@php
$send_status_data = $thread->getSendStatusData();
@@ -438,6 +443,7 @@
@endif
+ @action('thread.after_body', $thread, $loop, $threads, $conversation, $mailbox)