Leadfinder dashboard

Dashboard

Welcome back, {{ $this->getWelcomeName() }}. Keep the workflow simple: launch a search, review the strongest leads, and hand over a clean list.

@foreach ($this->getStats() as $stat)

{{ $stat['label'] }}

{{ $stat['value'] }}

{{ $stat['detail'] }}

@endforeach

Live workflow

Recent search requests

Start another
@forelse ($this->getRecentSearches() as $run)

{{ $run->query }}

{{ $run->location ?: 'No location set' }} ยท {{ $run->created_at?->diffForHumans() }}

{{ ucfirst($run->status) }} {{ $run->result_count ?? $run->leads_count ?? 0 }} leads
@empty

No searches started yet

Use Lead Finder to submit your first request and the dashboard will start filling in automatically.

@endforelse

Latest output

Recent leads

Open all leads
@forelse ($this->getRecentLeads() as $lead) @empty @endforelse
Contact Company Status Added
{{ $lead->full_name ?: 'Unnamed lead' }} {{ $lead->role ?: 'Role not set' }} {{ $lead->email ?: 'No email yet' }}
{{ $lead->company ?: 'Unknown company' }} {{ ucfirst($lead->status ?: 'new') }} {{ optional($lead->created_at)->format('j M Y') }}
No leads yet. Start with a search request in Lead Finder.