@extends('layouts.app') @section('titulo', 'Categorías') @section('subtitulo', 'Organiza tu menú en categorías') @section('botones') Nueva categoría @endsection @section('contenido')
@forelse($categorias as $c) @empty @endforelse
NombreColor ProductosActivaTPV Orden
@if($c->imagen) @elseif($c->icono) @else@endif {{ $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 }}
@csrf @method('DELETE')

No hay categorías. Crear la primera
@endsection