@if($cotizacion['asociacion_usuario_empresa']['empresa']['id'] == 1)
![]() ![]() |
{{ $cotizacion['asociacion_usuario_empresa']['empresa']['razon_social'] }} {{$cotizacion['asociacion_usuario_empresa']['empresa']['direccion'] }} Teléfonos: {{$cotizacion['asociacion_usuario_empresa']['empresa']['telefono'] }} / {{$cotizacion['asociacion_usuario_empresa']['empresa']['fax'] }} R.U.C.: {{$cotizacion['asociacion_usuario_empresa']['empresa']['ruc'] }} |
CLIENTE: {{ strtoupper($cotizacion['cliente']['nombre']) }} CONTACTO: {{ $cotizacion['cliente']['apellido']}} EMAIL: {{ $cotizacion['cliente']['correo']}} |
TEL: {{ $cotizacion['cliente']['numero'] }} FECHA: {{ date( 'd/m/Y',strtotime($cotizacion['fecha_orden']) ) }} PROYECTO: {{ strtoupper($cotizacion['proyecto']) }} |
@if($cotizacion['oc'] == true)
ORDEN Nº |
@else
COTIZACION Nº: |
@endif
ITEM | SOLICITUD | CANTIDAD | PRECIO LISTA |
PRECIO DESCUENTO |
TOTAL | ||||
---|---|---|---|---|---|---|---|---|---|
{{ $key + 1 }} | @if($producto['acarreo_description'] != null){{$producto['producto']['nombre'] }} {{ $producto['acarreo_description'] }} | @else{{$producto['producto']['nombre'] }} @if($producto['producto']['descripcion'])({{ $producto['producto']['descripcion'] }}) @endif | @endif @if($producto['unidad']['unidad'] != 't'){{ number_format($producto['cantidad'],2,',','.') }} {{$producto['unidad']['unidad']}} | @else{{ number_format($producto['cantidad'],2,',','.') }} {{strtoupper($producto['unidad']['unidad'])}} | @endif @if($producto['unidad']['unidad'] == 'yd3')$ {{ number_format($producto['producto']['precio_venta'],2,',','.') }} | @elseif($producto['unidad']['unidad'] == 'mt3')$ {{ number_format($producto['producto']['pricem3'],2,',','.') }} | @else$ {{ number_format($producto['producto']['pricet'],2,',','.') }} | @endif$ {{ number_format($producto['precio_venta'],2,',','.') }} | $ {{ number_format($producto['precio_total'],2,',','.') }} |
SUBTOTAL | $ {{ number_format($cotizacion['precio_subtotal'],2,',','.') }} | |
ITBMS 7% | $ {{ number_format($cotizacion['precio_total'] - $cotizacion['precio_subtotal'],2,',','.')}} | |
11111111111111111111111111111 | TOTAL | $ {{ number_format($cotizacion['precio_total'],2,',','.') }} |
______________________ | ______________________ |
Nombre de El Cliente | Firma de El Cliente |