@extends('layouts.app') @section('title', 'Tags') @section('page-title', 'Tags') @section('content')
| Name | Slug | Color | Status | Actions |
|---|---|---|---|---|
| {{ $tag->name }} | {{ $tag->slug }} | @if($tag->color) {{ $tag->color }} @endif | @if($tag->status==='active') Active @else Inactive @endif | |
| No tags found | ||||