@extends('adminlte::layouts.app') @section('htmlheader_title') | Productos @endsection @section('contentheader_title') PRODUCTOS Nuevo @endsection @section('angularcontroller') ng-controller="objectModelsController" @endsection @section('main-content')
@include ('objectModels.modal-create') @include ('objectModels.modal-delete') @endsection @section ('javascript') @endsection