@extends('admin.layouts.master') @section('title', 'Newsletter Subscribers') @section('parent_title', 'Management') @section('content')
| S.No | Email Address | Subscribed Date | Actions |
|---|---|---|---|
| {{ $loop->iteration }} | {{ $newsletter->email }} | {{ $newsletter->created_at->format('d M Y, h:i A') }} |