@if($candidatecomment->count()>0) @foreach($candidatecomment as $candidatecomments)
@if($candidatecomments->system_msg !='') @elseif($candidatecomments->comments !='') {{nameFirstLetter($candidatecomments->employer->first_name)}}{{nameFirstLetter($candidatecomments->employer->last_name)}} @endif
@if($candidatecomments->system_msg !='') System Message @elseif($candidatecomments->comments !='') Comment @endif {{converdate($candidatecomments->created_at)}}
@if($candidatecomments->system_msg !='') {{$candidatecomments->system_msg}} @elseif($candidatecomments->comments !='') {{nameFirstLetter($candidatecomments->employer->first_name)}}{{nameFirstLetter($candidatecomments->employer->last_name)}} added a comment: {{$candidatecomments->comments}} @endif
@endforeach @endif