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

Categorías/Categoria registrada


@stop @section('content')

Datos registrados

{{$categoria->nombre}}

{{$categoria->descripcion}}

{{$categoria->created_at}}


@stop @section('css') @stop @section('js') @stop