@if($response_data['CreatedBy']==$current_user_title) You @else {{$response_data['CreatedBy']}} @endif sent an email to @if($response_data['EmailTo']==$current_user_title) You @else {{$response_data['EmailTo']}} @endif
@if($response_data['created_by']==$current_user_title) You @else {{$response_data['created_by']}} @endif added a note
{{$response_data['Note']}}
@endif
@if($response->Priority=='High') @endif
@if($response->created_by==$current_user_title && $response->Name==$current_user_title)You created a follow up task
@elseif ($response->created_by==$current_user_title && $response->Name!=$current_user_title)You assigned follow up task to {{$response->Name}}
@elseif ($response->created_by!=$current_user_title && $response->Name==$current_user_title) {{$response->created_by}} assigned follow up task to you
@else {{$response->created_by}} assigned follow up task to {{$response->Name}}
@endif