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