Inicio
Información de Empresa
NOMBRE: {{ $empresa['nombre'] }}
NIT: {{ $empresa['nit'] }}
NRC: {{ $empresa['nrc'] }}
CORREO: {{ $empresa['correo_electronico'] }}
TELEFONO: {{ $empresa['telefono'] }}
ACTIVIDAD: {{ $empresa['codigo_actividad'] }}
DEPARTAMENTO: {{ $empresa['departamento'] }}
MUNICIPIO: {{ $empresa['municipio'] }}
MODO FACTURACIÓN: @if ($empresa['modo_facturacion'] == 'Productivo') Productivo @else Prueba @endif
ESTABLECIMIENTO: {{ $empresa['establecimiento'] }}
Total Facturado

$ {{ number_format($totalFacturadoEsteMes, 2) }}

Facturas Emitidas

{{ $totalFacturas }}

Facturas Anuladas

{{ $anuladas }}

@foreach ($dtePorTipo as $tipo => $cantidad)
@if (str_contains(strtolower($tipo), 'factura')) @elseif(str_contains(strtolower($tipo), 'ccf')) @elseif(str_contains(strtolower($tipo), 'credito')) @else @endif
{{ $tipo }}

{{ $cantidad }}

@endforeach

Facturas recientes
@if (count($facturas) > 0) @foreach ($facturas as $key => $item) anulada) class="table-danger" @endif> @endforeach
# Cliente Tipo Monto Fecha DTE Estado DTE
{{ $key + 1 }} {{ $item->cliente->mh_nombre_comercial }} @if ($item->tipoDocumento->codigo == '03') CCF @else {{ $item->tipoDocumento->valor }} @endif @if ($item->pre_factura)
PRE FACTURA @endif
{{ number_format($item->total, 2) }} {{ $item->dte?->fecha_recibido ?? 'NO EMITIDO' }} @if ($item->dte?->estado) PROCESADO @elseif($item->dte?->estado === false) NO PROCESADO @else NO EMITIDO @endif
@else @endif

Distribución de pagos