@extends('adminlte::layouts.app') @section('htmlheader_title') | Proveedor @endsection @section('contentheader_title') Proveedores Nuevo @endsection @section('angularcontroller') ng-controller="providerController" @endsection @section('main-content')
Listado de Proveedores
Nombre Apellido Documento DNI/RUC Direccion Telefono Accion
@{{$index+1}} @{{item.name}} @{{item.firstname}} @{{item.document}} @{{item.identitynumber}} @{{item.address}} @{{item.phone}}
@include ('provider.modal-create') @include ('provider.modal-delete') @endsection @section ('javascript') @endsection