@extends('adminlte::layouts.app') @section('htmlheader_title') | Productos @endsection @section('contentheader_title') MARCA DE PRODUCTOS Nuevo @endsection @section('angularcontroller') ng-controller="objectController" @endsection @section('main-content')
Listado de Marcas
{{-- --}} {{-- --}}
NombreEstadoOpción
@{{$index+1}} @{{item.name | uppercase}}@{{item.status}}
@include ('brandObject.modal-create') @include ('brandObject.modal-delete') @endsection @section ('javascript') @endsection