@extends('layout') @section('content') @section('ventas-active', 'active') @section('documento-active', 'active')
| 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 | ||||||||