@extends('layouts.app') @section('titulo', 'Categorías') @section('subtitulo', 'Organiza tu menú en categorías') @section('botones') Nueva categoría @endsection @section('contenido')
| Nombre | Color | Productos | Activa | TPV | Orden | ||
|---|---|---|---|---|---|---|---|
|
@if($c->imagen) |
{{ $c->nombre }}@if($c->descripcion) {{ Str::limit($c->descripcion,60) }}@endif |
{{ $c->color }} | {{ $c->productos_count }} | @if($c->activa)@else@endif | @if($c->mostrar_tpv)@else@endif | {{ $c->orden }} | |
No hay categorías. Crear la primera | |||||||