@extends('adminlte::page') @section('content_header')

Categorías/Listado de categorías


@stop @section('content')

Categorías registradas

@foreach($categorias as $categoria) @endforeach
Nro Nombre de la categoría Descripción Acciones
{{$contador++}} {{$categoria->nombre}} {{$categoria->descripcion}}
@csrf @method('DELETE')
@stop @section('css') @stop @section('js') @stop