@extends('layouts.admin') @section('content')
| Contenido | Prioridad | Estado | Criterios | Acciones |
|---|---|---|---|---|
| {{ $tag->content }} | {{ $tag->priority }} | @if($tag->enabled) Habilitada @else Deshabilitada @endif |
@if($tag->products->count() > 0)
Productos ({{ $tag->products->count() }})
@endif
@if($tag->categories->count() > 0)
Categorías ({{ $tag->categories->count() }})
@endif
@if($tag->brands->count() > 0)
Marcas ({{ $tag->brands->count() }})
@endif
@if($tag->bonifications->count() > 0)
Bonificaciones ({{ $tag->bonifications->count() }})
@endif
@if($tag->products->count() == 0 && $tag->categories->count() == 0 && $tag->brands->count() == 0 && $tag->bonifications->count() == 0)
Sin criterios
@endif
|
|
| No hay etiquetas creadas. Crear una nueva | ||||