@extends('layout.app') @section('content')
    @foreach($friendsData as $friendData) @php $friend = $friendData->user; $lastMessage = $friendData->last_message; @endphp
  • @endforeach

👋 Message a Friend

Select a user from the left to begin your conversation! Please be respectful with your words and donot use any abusive language

@endsection @push('script') @endpush