Current Period End:{{ $subscription->current_period_end }}
Current Seats:{{ $subscription->seats }}
@if($user->isOrganization())
Usage Statistics
Manage Seats
1{{ max($subscription->seats * 2, 100) }}
Current seats: {{ $subscription->seats }}
Increasing seats will be billed immediately. Decreasing seats will take effect at the start of your next billing cycle.
@if($subscription->pending_seat_count)
You have a pending decrease to {{ $subscription->pending_seat_count }} seats,
which will take effect on {{ $subscription->seat_change_scheduled_for->format('M j, Y') }}.