@extends('adminlte::layouts.app') @section('htmlheader_title') | Compras @endsection @section('contentheader_title') COMPRAS Nuevo @endsection @section('angularcontroller') ng-controller="purchaseController" @endsection @section('main-content')
LISTADO DE COMPRAS
Fecha DNI/RUC Proveedor Comprobante Monto Estado Acciones
@{{item.date}} @{{item.identitynumber}} @{{item.client}} @{{item.code}} @{{item.total}} @{{item.status}}
@include ('purchase.modal-create') @include ('purchase.modal-delete') @endsection @section ('javascript') @endsection