{{ $comment['social'] }} |
@IF (isset($comment['comment_parent_id']) )
@IF ($comment['comment_parent_id'] == '0')
{!! isset($comment['from']['name']) ? $comment['from']['name'] : ( isset($comment['name']) ? $comment['name'] : (isset($comment['username']) ? $comment['username'] : '--' ) ) !!}
@ENDIF
@ENDIF
|
{{ isset($comment['comment_parent_id']) ? ( ($comment['comment_parent_id'] != '0') ? '>' : '' ) : '' }}
{!! emoji_unified_to_html(isset($comment['message']) ? $comment['message'] : ( isset($comment['text']) ? $comment['text'] : ' ----' ) ) !!}
|
{{ \Carbon\Carbon::parse( isset($comment['created_time']) ? $comment['created_time'] : $comment['timestamp'])->format('d/m/Y H:i:s') }}
|
@endforeach