@extends('layout') @section('content') @include('ventas.documentos.modal-envio') @section('ventas-active', 'active') @section('documento-active', 'active')
| CANT | PRODUCTO | P. UNITARIO | IMPORTE | CANT | UM | PRODUCTO | V. UNITARIO | P. UNITARIO | DESCUENTO | P. NUEVO | TOTAL | ||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Sub Total: | @if (!empty($cotizacion)) {{ $cotizacion->sub_total }} @else 0.0 @endif | ||||||||||||||
| IGV : | @if (!empty($cotizacion)) {{ $cotizacion->total_igv }} @else 0.0 @endif | ||||||||||||||
| TOTAL: | @if (!empty($cotizacion)) {{ $cotizacion->total }} @else 0.0 @endif | ||||||||||||||