@extends('adminlte::layouts.app') @section('htmlheader_title') | Presentacion del Objeto @endsection @section('contentheader_title') Presentacion Nuevo @endsection @section('angularcontroller') ng-controller="presentationObjectsController" @endsection @section('main-content')
@include ('presentationObjects.modal-create') @include ('presentationObjects.modal-delete') @endsection @section ('javascript') @endsection