@extends('crm.master') @section('title', 'Tags') @section('content')

Tags

Manage product tags

New Tag
@include('crm.managements.categories.tabs')
@include('crm.components.alerts') @forelse($tags as $key => $item) @empty @endforelse
# Name Products Weight Actions
{{ $key + 1 }} {{ $item->name }} {{ $item->products_count }} {{ $item->weight }}

No tags found

Add First Tag
@endsection