@extends('app::layouts.app') @section('title', 'Inbox') @section('content')
Stay on this page and log in when you want to access your conversations.
Filters
{{ $partner?->name ?? 'User' }}
{{ $conversation->last_message_at?->format('d.m.Y') }}
{{ $conversationListing?->title ?? 'Listing removed' }}
{{ $lastMessage !== '' ? $lastMessage : 'No messages yet' }}
{{ $activePartner?->name ?? 'User' }}
{{ $activeListing?->title ?? 'Listing removed' }}
{{ $message->created_at?->format('H:i') }}
No messages yet.
Use a quick reply or send the first message below.
{{ $message }}
@enderrorChoose a conversation to start messaging.
Start a new chat from a listing detail page or continue an existing thread here.