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 }}

NOTA DE CRÉDITO COMPRA

{{$nota->serie.'-'.$nota->correlativo}}


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

@endif
Razón Social : {{ $nota->proveedor }}
FECHA EMISIÓN : {{ getFechaFormato( $nota->fechaEmision ,'d/m/Y')}}
Tipo moneda : {{ $nota->tipoMoneda }}
Documento Ref. : {{ $nota->numDocfectado }}

@foreach($detalles as $item) @endforeach
CANT CODIGO DESCRIPCIÓN P. UNIT. TOTAL
{{ number_format($item->cantidad, 2) }} {{ $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($nota->ruta_qr) @endif @if($nota->hash)

{{ $nota->hash }}

@endif

Sub Total: S/.

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

IGV {{$nota->documento->igv }}%: S/.

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

Total a pagar: S/.

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