@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')
@include ('brandObject.modal-create') @include ('brandObject.modal-delete') @endsection @section ('javascript') @endsection