| Empresa | Plan | Estado | Ciclo | Monto | Periodo actual |
|---|---|---|---|---|---|
| {{ $sub->company?->name }} | {{ $sub->plan?->name }} | {{ ucfirst($sub->billing_cycle) }} | $ {{ number_format($sub->amount, 0, ',', '.') }} | @if ($sub->current_period_start) {{ $sub->current_period_start->format('d/m/Y') }} → {{ $sub->current_period_end?->format('d/m/Y') }} @else — @endif | |