@foreach($chatData->sortBy('id') as $chat)
@if($chat->from_id == \Auth::user()->id) @else @endif {{ $chat->message }}
@endforeach