@extends('admin.layouts.app') @section('content')

{{ $tags->count() }} tag{{ $tags->count() > 1 ? 's' : '' }}

Nouveau tag
@forelse ($tags as $tag) @empty @endforelse
Nom Slug Produits Actions
{{ $tag->name }} {{ $tag->slug }} {{ $tag->products_count }}
@csrf @method('DELETE')
Aucun tag.
@endsection