| Cliente | Plano | Valor | Início | Próximo | Status | Ações |
|---|---|---|---|---|---|---|
|
{{ strtoupper(substr($sub->user->name, 0, 2)) }}
{{ $sub->user->name }}
{{ $sub->user->email }}
|
{{ $sub->plan->name }}
{{ ucfirst($sub->plan->billing_cycle) }}
|
R$ {{ number_format($sub->plan->price, 2, ',', '.') }} | {{ $sub->starts_at?->format('d/m/Y') ?? $sub->created_at->format('d/m/Y') }} | @if($sub->next_billing_at) {{ $sub->next_billing_at->format('d/m/Y') }} @if($sub->next_billing_at->isToday()) Hoje @endif @else -- @endif | {{ ucfirst($sub->status) }} | |
| Nenhuma assinatura encontrada | ||||||