@extends('layouts.app') @section('title', 'Messages') @section('content')
{{ $conversations->count() }} conversation(s)
{{ $conversation->subject ?? 'Conversation' }}
@if ($lastMessage){{ $lastMessage->sender_id === auth()->id() ? 'You' : $otherParticipant->name }}: {{ \Illuminate\Support\Str::limit($lastMessage->body, 60) }}
@elseNo messages yet
@endifNo conversations yet
Connect with other healthcare workers to start messaging
Find Healthcare Workers