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

Gestión de Categorías

@forelse($categories as $category) @empty @endforelse
Imagen Nombre Estado Acciones
@if($category->image) @else
@endif
{{ $category->name }} @if($category->is_active) Activo @else Inactivo @endif
@csrf @method('DELETE')
No hay categorías registradas aún.
@endsection