@extends('layouts.app') @section('content')
| Imagen | Nombre | Estado | Acciones |
|---|---|---|---|
|
@if($category->image)
|
{{ $category->name }} | @if($category->is_active) Activo @else Inactivo @endif | |
| No hay categorías registradas aún. | |||