@if(count($received_feedbacks) > 0)
@foreach($received_feedbacks as $recFeed)
{!! profile_info(['elementClass'=>'','height'=>'50px','width'=>'50px','user'=>$recFeed["feedback_from"]]) !!} {{$recFeed["feedbackFromName"]}} To {!! profile_info(['elementClass'=>'','height'=>'50px','width'=>'50px','user'=>$recFeed["feedback_to"]]) !!} {{$recFeed["feedbackToName"]}}

{!!$recFeed["feedback_message"]!!}

@endforeach
@endif