@extends('adminlte::layouts.app') @section('htmlheader_title') | Proveedor @endsection @section('contentheader_title') Proveedores Nuevo @endsection @section('angularcontroller') ng-controller="providerController" @endsection @section('main-content')
@include ('provider.modal-create') @include ('provider.modal-delete') @endsection @section ('javascript') @endsection