@extends('layouts.account')
@section('title', $lead->name)
@section('heading', $lead->name)
@section('subheading', $lead->listing?->title)
@section('actions')
{{ $lead->source->label() }} · {{ $lead->created_at->format('d M Y, H:i') }}
@if ($lead->message){{ $lead->message }}
@endif {{-- The contact details are the point of the page: a seller opening this on a phone should be able to call back. --}}{{ __('This enquiry came from someone without an account, so there is no thread — use the phone number or email above.') }}
@endif