New Export
@if($batches->count() > 0) @foreach($batches as $batch) @endforeach
ID Description Segment Emails Last Exported Created
#{{ $batch->id }} {{ $batch->description }} @if($batch->segment) {{ $batch->segment->name }} @else - @endif {{ number_format($batch->actual_email_count ?? 0) }} @if($batch->last_exported_at) {{ $batch->last_exported_at->format('M j, Y g:i A') }} @else Not exported @endif {{ $batch->created_at->format('M j, Y') }}
@else Create Export @endif
@if($batches->hasPages())
{{ $batches->links() }}
@endif