@extends('layouts.admin') @section('title', 'Edit Tenant - ' . $tenant->name) @section('content')
Update tenant information and subscription settings
{{ session('success') }}
Essential details about the tenant
Domain can contain lowercase letters, numbers, dots, hyphens, and colons
Business details and legal information
Manage subscription plan and billing
Current Subscription
{{ $currentPlan->name ?? 'Unknown Plan' }} - {{ $currentPlan ? $currentPlan->formatted_price : 'N/A' }} - Status: {{ ucfirst($activeSubscription->status) }}
Trial ends: {{ $activeSubscription->trial_ends_at->format('M d, Y') }}
Select a new plan to change the subscription. Leave empty to keep current plan.
Internal notes and observations