{{ $invoice->business->name }}
RNC: {{ $invoice->business->rnc ?? 'N/A' }}
{{ $invoice->business->owner_name }}
{{ $invoice->business->address }}
Fecha Emisión:
{{ $invoice->created_at->format('d/m/Y') }}
Periodo:
{{ $invoice->period_start->format('d/m/Y') }} - {{ $invoice->period_end->format('d/m/Y') }}
| Descripción de Licencia | Ciclo | Precio |
|---|---|---|
| Licencia DigiCol: {{ $license->license_key }} | {{ $license->billing_cycle }} | RD$ {{ number_format($license->price, 2) }} |
| Subtotal | RD$ {{ number_format($invoice->amount, 2) }} |
| Total a Pagar | RD$ {{ number_format($invoice->amount, 2) }} |