@extends('layouts.app') @section('title', 'Dashboard') @section('content')
Total Subscribers
Total Campaigns
Avg Open Rate
| Name | Subject | Status | Date |
|---|---|---|---|
| {{ $campaign->name }} | {{ $campaign->subject }} | {{ ucfirst($campaign->status) }} | {{ $campaign->created_at->format('M d, Y') }} |
| No campaigns created yet. | |||