@extends('layouts.admin') @section('title', 'Tags') @php $segmentOptions = \App\Models\AudienceSegment::orderBy('name')->get(['id','name','last_count']); @endphp @section('admin')
Tags drive segmentation, automations and signup-form attribution.
| Tag | Slug | Active / Total | |
|---|---|---|---|
|
{{ $tag->name }}
@if($tag->is_default)default@endif
@if($tag->description){{ $tag->description }} @endif
|
{{ $tag->slug }} | {{ $tag->active_count }} / {{ $tag->subscribers_count }} | @if($tag->slug !== \App\Models\Tag::GENERAL) @endif |
Add or remove a tag across an audience filter or saved segment.