@extends('layouts.app') @section('title', 'Dashboard') @section('content')
Leads processed in the last 24 hours. Delete a lead to allow re-push on the next cron run.
| Portal | External ID | Bitrix ID | Status | Processed | |
|---|---|---|---|---|---|
| {{ str_replace('_', ' ', $lead->portal) }} | {{ $lead->external_lead_id }} | {{ $lead->bitrix_lead_id ?: '—' }} |
{{ $lead->status }}
@if ($lead->error_message)
{{ \Illuminate\Support\Str::limit($lead->error_message, 120) }}
@endif
|
{{ optional($lead->processed_at)->format('Y-m-d H:i') }} | |
| No leads yet for this company in the last 24 hours. | |||||