@extends('layouts.admin') @section('page-title', 'Subscribers') @section('content')
You have total {{ $subscribers->total() }} subscribers
| # | Subscribe At | Option | |
|---|---|---|---|
| {{ $loop->iteration + ($subscribers->currentPage() - 1) * $subscribers->perPage() }} | {{ Str::mask($subscriber->email, '*', 2, 1) }} | {{ $subscriber->subscribed_at?->format('M d, Y h:i A') ?? '-' }} | |
|
No subscribers found Email subscribers will appear here |
|||