Fotosimple.cl

FOTOSIMPLE.CL SpA.

Agustinas 972 - Piso 3, Local 301, Santiago Centro

@if ($cotizacion->extra->store_id == 1)

Contacto: Juan Ponce

Teléfono: +56 9 5244 5926

Email: envios@fotosimple.cl

@endif @if ($cotizacion->extra->store_id == 2)

Contacto: Jaime Gálvez

Teléfono: +56 9 5401 8278

Email: ventas@fotosimple.cl

@endif

Cotización N° {{ $cotizacion->id }}

Cliente: {{ $cotizacion->nombre}}

RUT: {{ $cotizacion->rut }}

Dirección: {{ $cotizacion->direccion }}

Correo: {{ $cotizacion->correo }}

Fono: {{ $cotizacion->fono }}

Fecha: {{ \Carbon\Carbon::parse($cotizacion->updated_at)->format('d/m/Y') }}

@php $totalCantidad = 0; @endphp @foreach($cotizacion->detalles as $detalle) @php $totalCantidad += $detalle->cantidad; @endphp @endforeach @if ($bruto > 0) @endif
SKU Producto Cantidad Precio Unitario Total Neto Total IVA Subtotal
{{ $detalle->sku }} {{ $detalle->producto_nombre }} {{ $detalle->cantidad }} $ {{ number_format($detalle->producto_precio, 0, ',', '.') }} $ {{ number_format($detalle->producto_neto * $detalle->cantidad, 0, ',', '.') }} $ {{ number_format($detalle->producto_iva * $detalle->cantidad, 0, ',', '.') }} $ {{ number_format($detalle->producto_precio * $detalle->cantidad, 0, ',', '.') }}
ENVIO01 Costo Envio 1 $ {{ number_format($bruto, 0, ',', '.') }} $ {{ number_format($neto, 0, ',', '.') }} $ {{ number_format($iva, 0, ',', '.') }} $ {{ number_format($bruto, 0, ',', '.') }}

Total de productos: {{ $totalCantidad }}

@if ($cotizacion->glosa) Glosa: *{{ $cotizacion->glosa }}* @endif

Total Neto $ {{ number_format($cotizacion->extra->total_neto, 0, ',', '.') }}
IVA 19% $ {{ number_format($cotizacion->extra->tax, 0, ',', '.') }}
Total Bruto $ {{ number_format($cotizacion->extra->total_bruto, 0, ',', '.') }}
Descuento ({{$cotizacion->extra->descuento_porcentaje}}%) $ {{ number_format($cotizacion->extra->descuento, 0, ',', '.') }}
Total a Pagar $ {{ number_format($cotizacion->extra->total_bruto - $cotizacion->extra->descuento, 0, ',', '.') }}