Change Your Package

Upgrade or downgrade your current subscription to better suit your needs.

Current Package

Package Name

{{ $currentPackage->name ?? 'No Package' }}

Monthly Price

{{ $currentPackage->price_formatted ?? 'Free' }}

Subscription Expires

{{ $user->account->subscription_expires_at ? $user->account->subscription_expires_at->format('M d, Y') : 'N/A' }}

@if ($errors->any())

Please correct the following errors:

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if (session('success'))

{{ session('success') }}

@endif
@foreach($packages as $package)

{{ $package->name }}

@if($package->is_featured) Featured @endif
{{ number_format($package->price) }} {{ $package->currency ?? 'UGX' }} @if($package->duration_days) / {{ $package->duration_days }} days @endif
@php $currentPrice = $currentPackage ? $currentPackage->price : 0; $priceDiff = $package->price - $currentPrice; @endphp @if($priceDiff > 0)
Upgrade (+{{ number_format($priceDiff) }} {{ $package->currency ?? 'UGX' }})
@elseif($priceDiff < 0)
Downgrade ({{ number_format($priceDiff) }} {{ $package->currency ?? 'UGX' }})
@endif
@if($package->property_limit)
{{ $package->property_limit }} Properties
@endif @if($package->manager_limit)
{{ $package->manager_limit }} Managers
@endif @if($package->tenant_application_limit)
{{ $package->tenant_application_limit }} Tenant Applications
@endif
@if($package->features) @php $features = is_array($package->features) ? $package->features : explode("\n", $package->features); @endphp
@foreach(array_slice($features, 0, 3) as $feature) @if(trim($feature))
{{ trim($feature) }}
@endif @endforeach @if(count($features) > 3)

+{{ count($features) - 3 }} more features...

@endif
@endif
@endforeach
@csrf

Pricing Breakdown

Current Package

New Package

Total Payment Required:

Full package price for new subscription period of days

This is a free package