@extends('layouts.app') @section('title', 'Leads') @section('breadcrumb')Leads@endsection @section('content')
Manage and track all incoming leads
| Lead | Contact | Source | Project | Status | Priority | Date | Actions |
|---|---|---|---|---|---|---|---|
|
{{ $lead->lead_number }}
{{ $lead->enquiry_date?->format('d M Y') }}
|
{{ $lead->contact?->initials ?? '??' }}
{{ $lead->contact?->full_name ?? '—' }}
{{ $lead->contact?->email }}
|
{{ $lead->source ?? '—' }} | {{ $lead->project_type ? ucfirst($lead->project_type) : '—' }} | {{ $lead->statusLabel() }} | {{ ucfirst($lead->priority) }} | {{ $lead->enquiry_date?->diffForHumans() ?? '—' }} | |
| No leads found. Create your first lead | |||||||