{{config('app.name', 'DeCoDev')}}

{{config('app.direccion')}}

Teléfono 1: {{config('app.telefono')}}
Teléfono 2: {{config('app.telefono2')}}

Datos De Cotizacion

Cotizacion No. {{$factura->id}}
Codigo No. {{$codigo}}
Fecha de Cotizacion: {{$fecha}}

Nombre: {{$cliente->nombre}}
Nit: {{$cliente->nit}}

@foreach($deuda as $deu) @endforeach
CANT PRODUCTO Sub. Total
{{$deu->cantidad}} {{$deu->nombre}} @php echo $deu->descripcion; @endphp unidad Q.{{$deu->p_venta}} Q.{{$deu->total}}

Total de Cotizacion: Q. {{number_format($factura->total, 2)}}

@if ($factura->descuento > 0)

Total Descuentos: Q. {{number_format($factura->descuento, 2)}}

@endif

Total a Cancelar: Q. {{ number_format($factura->total - $factura->descuento , 2) }}

NO SÉ ACEPTAN CAMBIOS NI DEVOLUCIONES

{{config('app.slogan') }}
{{config('app.name') }}

ES UN GUSTO SERVIRLE