DE: {{ DB::table('empresas')->count() == 0 ? 'SISCOM ' : DB::table('empresas')->first()->razon_social }}

{{ DB::table('empresas')->count() == 0 ? '- ' : DB::table('empresas')->first()->direccion_fiscal }}

Tlfn: {{ DB::table('empresas')->count() == 0 ? '-' : DB::table('empresas')->first()->telefono.' / '.DB::table('empresas')->first()->celular }}

Email: {{ DB::table('empresas')->count() == 0 ? '-' : DB::table('empresas')->first()->correo }}

RUC {{ DB::table('empresas')->count() == 0 ? '- ' : DB::table('empresas')->first()->ruc }}

@if(isset($nota_venta)) NOTA DE DEVOLUCIÓN @else NOTA DE CRÉDITO ELECTRÓNICA @endif

@if(isset($nota_venta)){{'NOTA-'.$nota->id}}@else{{$nota->serie.'-'.$nota->correlativo}}@endif


@if($empresa->condicion == 1)

@endif
Razón Social : {{ $nota->cliente }}
FECHA EMISIÓN : {{ getFechaFormato( $nota->fechaEmision ,'d/m/Y')}}
Tipo Doc. Ref. : @if(isset($nota_venta)) NOTA VENTA @else{{ $nota->tipDocAfectado === '03' ? 'BOLETA' : 'FACTURA' }}@endif
Tipo moneda : {{ $nota->tipoMoneda }}
Documento Ref. : {{ $nota->numDocfectado }}

@foreach($detalles as $item) @endforeach
CANT CODIGO DESCRIPCIÓN P. UNIT. TOTAL
{{ $item->cantidad }} {{ $item->codProducto }} {{ $item->descripcion }} {{ $item->mtoPrecioUnitario }} {{ number_format($item->mtoPrecioUnitario * $item->cantidad, 2) }}

SON: {{ $legends[0]['value'] }}


Información adicional


MOTIVO EMISIÓN: {{ $nota->desMotivo }}


@if ($empresa->conficion == 1) @endif
@if($nota->ruta_qr) @endif @if($nota->hash)

{{ $nota->hash }}

@endif

¡¡Gracias por su confianza y preferencia!!


@if($nota->documento->tipo_venta != 129) @endif

Sub Total: S/.

{{ number_format($nota->mtoOperGravadas, 2) }}

IGV {{ number_format($nota->documento->igv, 2) }}%: S/.

{{ number_format($nota->mtoIGV, 2) }}

Total a pagar: S/.

{{ number_format($nota->mtoImpVenta, 2) }}