+
+ {{-- List tag groups --}}
+
+
+
+ | Name |
+ Description |
+ Tag count |
+ Actions |
+
+
+
+ @foreach ($groups as $group)
+
+ | {{ $group->name }} |
+ {{ $group->description }} |
+ {{ Str::plural('tag', $group->tags->count()) }} |
+
+ id") }}" wire:navigate>
+ |
+
+ @endforeach
+
+
+
+ {{-- Create tag group --}}
+
+ Create a tag group
+
+
+
+