{{$comment->user->name}} @if(!$comment->is_user) Head Office User @else commented @endif {{$comment->created_at->diffForHumans()}} {{date('d/m/Y h:i a',strtotime($comment->updated_at))}}
{!! ($comment->message) !!}
@if(count($comment->documents))
@endif @if ($comment->currentUserIsAuthor() && isset($case) && $case->isArchived == false && $comment->views->where('is_seen',1)->count() > 0) @include('head_office.users_seen_component',['comment'=>$comment,'route'=>route('case_manager.unseen_comment',['id'=>$comment->id,'_token'=>csrf_token()])]) @endif