Leadfinder dashboard

Dashboard

Welcome back, {{ ucfirst($this->getWelcomeName()) }}. Have a good session!

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

{{ $stat['label'] }}

{{ $stat['value'] }}

{{ $stat['detail'] }}

@endforeach

Live workflow

Recent search requests

Start another
@forelse ($this->getRecentSearches() as $run) @php $searchRunLeadsUrl = \App\Filament\Resources\LeadResource::getUrl('index') .'?'.http_build_query([ 'tableFilters' => [ 'search_run_id' => [ 'value' => (string) $run->id, ], ], ]); @endphp

{{ $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.