@extends('layouts.app') @section('title', 'Lead Report') @section('page-title', 'Lead Report') @section('content') {{-- Filters --}}
No leads match the selected filters.
| Client | Requirement | Stage | Assigned To | Days Open | Last Activity |
|---|---|---|---|---|---|
| @if($client) {{ $client->full_name }} @else — @endif |
{{ $req ? $req->title : '—' }}
@if($req)
{{ \App\Models\ClientRequirement::INTEREST_TYPES[$req->interest_type] ?? '' }}
@if($req->property_type)
· {{ \App\Models\ClientRequirement::PROPERTY_TYPES[$req->property_type] ?? $req->property_type }}
@endif
@endif
|
@if($stage) {{ $stage->name }} @else — @endif | {{ $lead->assignedTo ? $lead->assignedTo->name : '—' }} | {{ $daysOpen }}d | {{ $lead->last_activity_at ? $lead->last_activity_at->format('d M Y') : $lead->created_at->format('d M Y') }} |