@extends('company.layouts.app') @section('title', 'Report - Leads By Date') @section('content')
ID | LISTING | ACRES | COUNTY | STATE | CREATED | EXPIRES | DOM | PRICE | REP |
---|---|---|---|---|---|---|---|---|---|
{{ $listing->id }} | {{ $listing->title }} | {{ $listing->acreage }} | {{ $listing->county }} | {{ $listing->state }} | {{ $listing->created_at ? date('Y-m-d', strtotime($listing->created_at)) : '-' }} | {{ $listing->expiration_date ? date('Y-m-d', strtotime($listing->expiration_date)) : '-' }} | {{ $listing->dom ?? '-' }} | {{ $listing->price ? '$' . number_format($listing->price) : '-' }} | {{ $listing->listingRep->full_name ?? 'N/A' }} |