@extends('layouts.admin') @section('title', 'Create Email Campaign') @section('content')
{{ session('success') }}
| Date | Campaign Name | Audience | Sent | Actions |
|---|---|---|---|---|
|
{{ $campaign->created_at->format('M d, Y') }} {{ $campaign->created_at->format('h:i A') }} |
{{ $campaign->subject }} | {{ ucfirst($campaign->recipient_type) }} | {{ $campaign->sent_count }} | View Logs |
| No email campaigns sent yet. Start your first broadcast above. | ||||