@extends('layout') @section('content') @section('compras-active', 'active') @section('documento-active', 'active')
Información del documento de compra:
{{ $documento->tipo_compra }}
{{ $documento->serie_tipo.'-'.$documento->numero_tipo }}
{{ $documento->proveedor->descripcion }}
{{ $documento->proveedor->dni != "" ? $documento->proveedor->dni : $documento->proveedor->ruc}}
{{ $documento->proveedor->direccion }}
{{ number_format($documento->sub_total, 2) }}
{{ number_format($documento->total_igv, 2) }}
{{ number_format($documento->total, 2) }}
| DOC. AFECTADO | FECHA EMISION | N° | PROVEEDOR | MONTO | ACCIONES |
|---|