@extends('central.super.layout') @section('title', __('super.subscriptions.edit_title')) @section('content') @php $tenant = $subscription->tenant; $tenantDisplayName = $tenant->company_name ?? ($tenant->domains->first()->domain ?? $tenant->id); $tenantIsProvisioned = in_array($tenant->status, ['active', 'suspended', 'cancelled']); $allowedTransitions = \App\Models\Central\TenantSubscription::ALLOWED_TRANSITIONS[$subscription->status] ?? []; @endphp
{{ __('super.subscriptions.manage_sub') }} {{ $tenantDisplayName }}.