@extends('company.layouts.app') @section('title', 'Report - Listing Performance Report') @section('content')

Listing Performance Report

{{ $listing->title }}

{{ $listing->county }}, {{ $listing->state }}

{{ $listing->acreage }} acres | ${{ number_format($listing->price) }}

Listing ID: {{ $listing->id }}

Type: {{ $listing->types }}

Status: {{ ucfirst($listing->status) }}

Contacts

{{ $listing->contacts_count ?? 0 }}

Views

{{ $listing->views ?? 0 }}

Leads per Month

All Leads

@foreach($allLeads as $key => $lead) @endforeach
@endsection