@extends('adminlte::layouts.app') @section('htmlheader_title') | Categorias del Objeto @endsection @section('contentheader_title') Categorias Nuevo @endsection @section('angularcontroller') ng-controller="categoryObjectsController" @endsection @section('main-content')
Listado de Categorias
{{-- --}} {{-- --}} {{-- --}}
Nombre DescripciónParent Id Level numberOpción
@{{item.id}} @{{item.name}} @{{item.description}}@{{item.parentid}} @{{item.levelnumber}}@{{item.status}}
@include ('categoryObjects.modal-create') @include ('categoryObjects.modal-delete') @endsection @section ('javascript') @endsection