@extends('network.layouts.app') @section('title', 'Report - Leads By Date') @section('content')
ID | First Name | Last Name | Phone | City | State | Listing ID | Listing Title | Created At | Assigned To | |
---|---|---|---|---|---|---|---|---|---|---|
{{ $contact->id }} | {{ $contact->fname ?? '-' }} | {{ $contact->lname ?? '-' }} | {{ $contact->email ?? '-' }} | {{ $contact->phone ?? '-' }} | {{ $contact->city ?? '-' }} | {{ $contact->state ?? '-' }} | {{ $contact->listing_id ?? '-' }} | {{ optional($contact->listing)->title ?? '-' }} | {{ optional($contact->created_at)->format('Y-m-d') ?? '-' }} | {{ optional($contact->agent)->full_name ?? '-' }} |