Facturas
@if ($dte->estado) @else @endif @if ($dte->anulado)

DOCUMENTO ANULADO

Response @php $response = json_decode($dte->response_anulado, true); @endphp
{{ json_encode($response, JSON_PRETTY_PRINT | JSON_UNESCAPED_UNICODE) }}
@endif

Response

@php $response = json_decode($dte->response, true); @endphp
{{ json_encode($response, JSON_PRETTY_PRINT | JSON_UNESCAPED_UNICODE) }}

Información

  • DTE: {{$dte->codigo_control}}
  • Codigo generación: {{$dte->codigo_generacion}}
  • Sello: {{$dte->sello??"NO GENERADO"}}
  • Tipo documento: @if ($dte->tipo_documento == '03') Comprobante de credito fiscal @endif @if ($dte->tipo_documento == '01') Factura consumidor final @endif @if ($dte->tipo_documento == '05') Nota de credito @endif @if ($dte->tipo_documento == '08') Factura de exportación @endif @if ($dte->tipo_documento == '14') Sujeto Excluido @endif @if ($dte->tipo_documento == '11') Factura Exportación @endif
  • Descargar JSON:
@if ($index == "1") Regresar @else Regresar a facturar @endif
@php $dte->dte = json_decode($dte->dte , true); $jsonFormatted = json_encode($dte->dte , JSON_PRETTY_PRINT); @endphp