@extends('admin.panel.layout') @section('admin_title', 'Leads') @section('admin_content')
Alle gesammelten E-Mail-Adressen — bestätigt, ausstehend, abgemeldet.
| Status | Quelle | Incentive | Datum | Aktionen | |
|---|---|---|---|---|---|
| {{ $lead->email }} | @php $sc = match($lead->status){ 'confirmed'=>'ok','pending'=>'warn','unsubscribed'=>'err', default=>'faint' } @endphp {{ ucfirst($lead->status) }} | {{ $lead->source ?: '—' }} | {{ $lead->incentive ?: '—' }} | {{ $lead->created_at->format('d.m.Y') }} |
@if($lead->status === 'pending')
@endif
|
| Keine Leads gefunden. | |||||
Noch keine Quellen.
@endforelse