@extends('layouts.app') @section('content')
Your subscription has been activated successfully. You can now access all the features of your new plan.
{{-- Subscription Info --}} @if(isset($currentSubscription) && $currentSubscription)
Status: Active
Amount: KES {{ number_format($currentSubscription['price'] ?? 0) }}