@forelse($segments as $segment)

{{ $segment->name }}

{{ ucfirst($segment->type) }}
View Details

{{ number_format($segment->email_count) }}

Available Emails

{{ number_format($segment->valid_email_count) }}

Valid Emails

{{ number_format($segment->unsubscribes_count) }}

Unsubscribes

{{ number_format($segment->pauses_count) }}

Pauses

{{ number_format($segment->export_batches_count) }}

Exports

@empty
@endforelse
@if($segments->isEmpty())

About Segments

Segments automatically group emails by their type (public or nonprofit). Each segment maintains its own:

  • Unsubscribe list - Emails that have opted out of this segment
  • Pause list - Emails temporarily paused from receiving communications
  • Export batches - History of email exports for this segment

Segments are created automatically when you add emails with the corresponding type.

@endif