@extends('backEnd.layouts.master') @section('title', 'Customer Tags') @section('content')
| Tag | Slug | Assigned | Status | Actions |
|---|---|---|---|---|
| {{ $tag->name }} | {{ $tag->slug }} |
{{ $tag->assignments_count ?? $tag->assignments()->count() }} | @if($tag->is_active) Active @else Off @endif | |
| No tags yet. Create one on the left. | ||||