@extends('layouts.app') @section('title', 'Chat') @section('page-title', $conversation->title ?? 'Conversation') @section('content')
{{ $msg->sender->name ?? 'Unknown' }}
{{ $msg->content }}
{{ $msg->created_at->format('h:i A') }}