@extends('layouts.admin') @section('title', 'Segments') @section('admin')

Audience Segments

Saved rule-based audiences. Use them in campaigns and automations.

New segment
@forelse($rows as $r) @empty @endforelse
Name Last count Refreshed
{{ $r->name }} @if($r->description)
{{ $r->description }}
@endif
{{ $r->last_count !== null ? number_format($r->last_count) : '—' }} {{ $r->last_counted_at?->diffForHumans() ?? 'never' }}
@csrf @method('DELETE')
No segments yet — create one to slice your audience.
@endsection