@extends('layouts.app') @section('content') @extends('ventas.menu')
Precio Piso | Precio Base | Precio Techo |
---|---|---|
{{ $infoCotizacion['id_moneda'] }} {{ number_format($precio_piso, 2, '.', ',') }} | {{ $infoCotizacion['id_moneda'] }} {{ number_format($infoCotizacion['precio_producto'], 2, '.', ',') }} | {{ $infoCotizacion['id_moneda'] }} {{ number_format($precio_techo, 2, '.', ',') }} |
Guatemala {{ $infoCotizacion['dia'] }} de {{ $infoCotizacion['mes'] }} del {{ $infoCotizacion['ano'] }}
COTIZACIÓN: {{ $infoCotizacion['id'] }} - {{ $infoCotizacion['referencia'] }}
Señores:
{{ $infoCotizacion['nombre_cliente'] }}
Atención
{{ $infoCotizacion['nombre_contacto'] }}
Estimados Señores:
Atentamente presentamos a su consideración nuestra COTIZACIÓN de los siguientes productos:
@if ($infoCotizacion['estatus'] == 4)CANTIDAD | DESCRIPCION DE LOS PRODUCTOS | PRECIO | VALOR TOTAL |
---|---|---|---|
{{ number_format($infoCotizacion['cantidad'], 2, '.', ',') }} {{ $infoCotizacion['medida'] }} | {{ $infoCotizacion['nombre_producto'] . ' ' . $infoCotizacion['descripcion_producto'] }} | {{ $infoCotizacion['id_moneda'] }} {{ number_format($infoCotizacion['precio'], 2, '.', ',') }} | {{ $infoCotizacion['id_moneda'] }} {{ number_format($infoCotizacion['total'], 2, '.', ',') }} |
TOTAL | {{ $infoCotizacion['id_moneda'] }} {{ number_format($infoCotizacion['total'], 2, '.', ',') }} | ||