@if(count($response)) @if($response->type==Task::Mail)
  • @if($response->CreatedBy==$current_user_title) You @else {{$response->CreatedBy}} @endif sent an email to @if($response->EmailTo==$current_user_title) You @else {{$response->EmailTo}} @endif

    Subject: {{$response_data['Subject']}}

    @if($response->Cc)

    CC: {{$response->Cc}}

    @endif @if($response->Bcc)

    BCC: {{$response->Bcc}}

    @endif

    Message:
    {{$response->Message}}.

    View Conversation

  • @elseif($response->type==Task::Note)

    {{$response->Note}}

    @endif @endif