@php $activeTab = $activeTab ?? 'current'; $items = [ ['key' => 'current', 'label' => 'Current Plan', 'route' => route('admin.subscription.current')], ['key' => 'upgrade', 'label' => 'Upgrade Plan', 'route' => route('admin.subscription.upgrade')], ['key' => 'billing', 'label' => 'Billing History', 'route' => route('admin.subscription.billing-history')], ['key' => 'payment', 'label' => 'Payment Method', 'route' => route('admin.subscription.payment-method')], ['key' => 'usage', 'label' => 'Usage Limits', 'route' => route('admin.subscription.usage-limits')], ]; @endphp