@extends('layouts.customer') @section('title', 'Email Warmups') @section('page-title', 'Email Warmups') @section('content')
| Name | Server | Progress | Sent | Health | Status | Actions |
|---|---|---|---|---|---|---|
|
{{ $warmup->name }}
{{ $warmup->from_email }}
|
{{ $warmup->deliveryServer?->name ?? '—' }} |
|
{{ number_format($warmup->total_sent) }} | @php $health = $warmup->getHealthScore(); @endphp {{ ucfirst($health) }} | {{ ucfirst($warmup->status) }} |
|
No warmups foundGet started by creating a new email warmup. |
||||||