@extends('layouts.account') @section('title', $other?->name ?? __('Conversation')) @section('heading', $other?->name ?? __('Conversation')) @section('subheading', $conversation->listing?->title) @section('actions')
{{ $conversation->listing->title }}
{{ $conversation->listing->formattedPrice() }}
{{ $message->body }}
@if ($message->attachments->isNotEmpty()){{ $message->created_at->diffForHumans() }} @if ($mine && $message->isRead()) · {{ __('Read') }} @endif