@extends('layouts.app') @section('page-title', __('Emails')) @section('page-heading', __('Emails')) @section('breadcrumbs')
| @lang('No') | @lang('Batch Number') | @lang('Sender') | @lang('Category') | @lang('Sent') | @lang('Count') | @lang('Created Date') | @lang('Actions') |
|---|---|---|---|---|---|---|---|
| {{ $loop->iteration + $emailBatches->firstItem() - 1 }} | {{ $batch->batchId }} | {{ $batch->user ? $batch->user->name : 'Unknown' }} | {{ ucfirst($batch->category) }} | {{ $batch->sent }} | {{ $batch->email_count }} | {{ $batch->created_at->format('Y-m-d H:i:s') }} | @lang('View') |