Billing

Manage your subscription and payment details

Current Plan

{{ $currentPlan }} @if($activeSubscription) Active {{ ucfirst($billingCycle) }} @else Free @endif
@if($nextBillingDate)

Next billing date: {{ $nextBillingDate }}

@endif
{{ $activeSubscription ? 'Change Plan' : 'Upgrade' }} @if($activeSubscription) Manage @endif
@if($nextBillingAmount > 0)
Next payment {{ $this->formatMoney($nextBillingAmount) }}
@endif
@if($treesPlanted > 0 || $activeSubscription)

Trees for the Future

Your subscription plants real trees

{{ number_format($treesPlanted) }}
trees planted
@if($treesThisYear > 0)
+{{ number_format($treesThisYear) }} this year
@endif
@endif

Recent Invoices

View all
@if($recentInvoices->isEmpty())

No invoices yet

Invoices will appear here once you make a purchase

@else
@foreach($recentInvoices as $invoice)
@if($invoice->isPaid())
@elseif($invoice->isPending())
@else
@endif
{{ $invoice->invoice_number }}
{{ $invoice->issued_at?->format('j M Y') }}
{{ $this->formatMoney($invoice->total) }}
@if($invoice->isPaid()) Paid @elseif($invoice->isPending()) Pending @else {{ ucfirst($invoice->status) }} @endif
@if($invoice->isPaid()) @endif
@endforeach
@endif
@if($upcomingCharges->isNotEmpty())

Upcoming Charges

Subscriptions renewing within the next 30 days

@foreach($upcomingCharges as $subscription)
{{ $subscription->workspacePackage?->package?->name ?? 'Subscription' }}
Renews {{ $subscription->current_period_end?->format('j M Y') }}
@php $package = $subscription->workspacePackage?->package; $cycle = ($subscription->current_period_start?->diffInDays($subscription->current_period_end) ?? 30) > 32 ? 'yearly' : 'monthly'; @endphp
{{ $this->formatMoney($package?->getPrice($cycle) ?? 0) }}
@endforeach
@endif

Need help with billing?

The support team is here to help with any billing questions

Contact Support