@extends('layouts.admin') @section('title', 'Newsletter Subscribers') @section('page-title', 'Newsletter Subscribers') @section('content')
Total
{{ number_format($total) }}
Active
{{ number_format($active) }}
Unsubscribed
{{ number_format($total - $active) }}
| Status | IP Address | Subscribed At | Actions | |
|---|---|---|---|---|
| {{ $subscriber->email }} | {{ $subscriber->is_active ? 'Active' : 'Unsubscribed' }} | {{ $subscriber->ip_address ?? '—' }} | {{ $subscriber->created_at->format('d M Y, H:i') }} |
|
| No subscribers yet. | ||||