Message
@foreach($clients as $client)
Profile Image
{{ $client->first_name }} {{ $client->last_name }} Last message
{{ $client->updated_at->format('h:i A') }}
@endforeach
Profile Image
Back