@extends('layouts.app') @section('title', 'Cotización ' . $cotizacion->numero) @section('page-title', 'Cotización ' . $cotizacion->numero) @section('breadcrumb')
| # | Descripción | Cantidad | P. Unit. (S/.) | Subtotal (S/.) |
|---|---|---|---|---|
| {{ $i + 1 }} | {{ $item->descripcion }} | {{ number_format($item->cantidad, 3) }} | {{ number_format($item->precio_unitario, 4) }} | {{ number_format($item->subtotal, 2) }} |
| Subtotal: | S/ {{ number_format($cotizacion->subtotal, 2) }} | |||
| IGV (18%): | S/ {{ number_format($cotizacion->igv, 2) }} | |||
| TOTAL: | S/ {{ number_format($cotizacion->total, 2) }} | |||
Esta cotización fue aceptada como proveedor seleccionado para el requerimiento vinculado.
Generar Orden de Compra