@if($cotizacion->servicio->codigo_servicio == "IMFLC") @else @endif
{{--Variable--}}
{{--Variable--}} {{--Variable--}} {{--Variable--}} {{--Variable--}}
Señores: {{$cotizacion->cliente->nombre_cliente}}Fecha: {{date("d/m/Y", strtotime($cotizacion->created_at))}}
Atencion : {{$cotizacion->cliente->contacto1}}Validez: {{date("d/m/Y", strtotime($detalle->fecha_limite))}}

{{--Variable--}} {{-- --}} {{--Variable--}} {{--Variable--}} {{-- --}} {{--Variable--}} {{--Variable--}} {{--Variable--}}
.
.
Lugar de recepcion (SD) {{$detalle->origen}} Incoterm
Puerto de Carga (CY): {{$detalle->carga}} {{$detalle->incoterm->inter_name}}
Puerto de Descarga (CY): {{$detalle->descarga}} Mercancia
Lugar de Entrega (SD) {{$detalle->destino}} {{$detalle->tipo_carga}}

@foreach ($containers as $container) Tipo : {{$container->cont_type}} @php $totalTT=0; $totalCA=0; $totalCU=0; $totalIVA=0; @endphp @foreach($ofertServices as $service) @if($service->cont_type == $container->cont_type) {{$sub=0,$iva=0}} @php $sub=$service->valor * $service->cantidad; if($service->iva == 1){ $iva= $sub*0.13; } else { $iva=0; } $total=$sub+$iva; @endphp {{--Variable--}} {{--Variable--}} {{--Variable--}} {{$total=$sub+$iva}} @php $totalTT+=$total; $totalCA+=$sub; $totalCU+=$service->valor; $totalIVA+=$iva; @endphp @endif @endforeach {{--Variable--}} {{--Variable--}} {{--Variable--}} {{--Variable--}}
Concepto Costo unitario Costo aplicable IVA Total
{{$service->serv_name}} $ {{number_format($service->valor,2)}}$ {{number_format($sub,2)}}$ {{number_format($iva,2)}}$ ${{number_format($total,2)}}
Monto Total $ {{number_format($totalCU,2)}}$ {{number_format($totalCA,2)}}$ {{number_format($totalIVA,2)}}$ {{number_format($totalTT,2)}}
@endforeach

Terminos y condiciones

@php echo $detalle->nota_extra @endphp

{{$vendedor->name}}
{{$vendedor->cargo}}
APOPSA EL SALVADOR
Teléfono: (503) 2223-4222
Móvil: {{$vendedor->telefono}}
Email: {{$vendedor->email}}