@extends('agent.layouts.app') @section('title', 'Report - Listing Performance Report') @section('content')
{{ $listing->acreage }} acres | ${{ number_format($listing->price) }}
Listing ID: {{ $listing->id }}
Type: {{ $listing->types }}
Status: {{ ucfirst($listing->status) }}
# | Name | Phone | Created At | |
---|---|---|---|---|
{{ $lead->id }} | {{ $lead->fname .' '.$lead->lname ?? 'N/A' }} | {{ $lead->email ?? 'N/A' }} | {{ $lead->phone ?? 'N/A' }} | {{ \Carbon\Carbon::parse($lead->created_at)->format('Y-m-d H:i A') }} |