@extends('layouts.account')
@section('title', __('Enquiries'))
@section('heading', __('Enquiries'))
@section('subheading', __('Everyone who has asked about your listings.'))
@section('account')
{{-- What needs doing today, surfaced rather than buried behind a filter. --}}
@if ($dueCount > 0 && ! request()->boolean('due'))
{{ $lead->name }}
{{ $lead->listing->title }}
@endif{{ $lead->contactLabel() }} @if ($lead->contactLabel()) @endif {{ $lead->source->label() }}
{{ $lead->message }}
@endif @endforeach