@extends('layout.app') @section('content') Message Action Another action Something else here Action Another action Something else here @foreach($friendsData as $friendData) @php $friend = $friendData->user; $lastMessage = $friendData->last_message; @endphp {{ $friend->name }} {{ $lastMessage ? \Illuminate\Support\Str::limit($lastMessage->message, 30) : 'Say Hi' }} {{ $lastMessage ? $lastMessage->created_at->diffForHumans() : '' }} @if($lastMessage && $lastMessage->sender_id != auth()->id() && $lastMessage->is_read === 0) 1 @endif @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 Send {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} @endsection @push('script') @endpush
{{ $lastMessage ? \Illuminate\Support\Str::limit($lastMessage->message, 30) : 'Say Hi' }}
{{ $lastMessage ? $lastMessage->created_at->diffForHumans() : '' }}
Select a user from the left to begin your conversation! Please be respectful with your words and donot use any abusive language