@extends('layouts.app') @section('title', $conversation->contact_name ?: $conversation->contact_identifier) @section('page-title')
@endsection @section('content'){{ $conversation->subject ?: 'Conversation' }}
{{ $conversation->message_count }} messages · {{ $conversation->source }}
{{ $c->description }}
{{ $c->made_by === 'me' ? 'You promised' : 'They promised' }}
{{ $task->title }}
@if($task->due_date)Due {{ $task->due_date->format('M d') }}
@endif{{ $conversation->contact_name ?: 'Unknown' }}
{{ $conversation->contact_identifier }}