freescout-support/resources/views/emails/user/thread_by.blade.php
2019-06-02 22:52:37 -07:00

1 line
No EOL
259 B
PHP

@if ($thread->created_by_user_id == $user->id){{ __("you") }}@elseif ($thread->created_by_user){{ '' }}@filter('thread.action_person', $thread->created_by_user->getFullName(true), $thread, '')@else{{ '' }}@filter('thread.action_person', '', $thread, '')@endif