Upgrade or downgrade your current subscription to better suit your needs.
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' }}
{{ session('success') }}
+{{ count($features) - 3 }} more features...
@endif