@extends('layouts.customer') @section('title', 'Bounced Emails') @section('page-title', 'Bounced Emails') @section('content')
| Campaign | List | Type | Last Bounced | Actions | |
|---|---|---|---|---|---|
| {{ $bounce->email }} | {{ $bounce->campaign?->name ?? '—' }} | {{ $bounce->emailList?->name ?? '—' }} | {{ $bounce->bounce_type ?? '—' }} | {{ $bounce->last_bounced_at?->format('M d, Y H:i') ?? '—' }} |
|
| No bounced emails found. | |||||