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