@extends('agent.layouts.app') @section('title', 'Report - Leads By Date') @section('content')
{{ strtoupper($label) }} | @endforeach||||||||||
---|---|---|---|---|---|---|---|---|---|---|
{{ $contact->id }} | {{ $contact->fname }} | {{ $contact->lname }} | {{ $contact->email }} | {{ $contact->phone }} | {{ $contact->city ?? '-' }} | {{ $contact->state ?? '-' }} | {{ $contact->listing_id ?? '-' }} | {{ $contact->listing->title ?? '-' }} | {{ $contact->created_at->format('Y-m-d') }} | {{ $contact->agent->full_name ?? '-' }} |