@extends('admin.layout') @section('title', 'Manage Plans') @section('content')
Edit pricing, users, trial days — updates apply to new subscriptions
| Plan | Type | Price | Users | Tenants | Active | Edit |
|---|---|---|---|---|---|---|
| {{ $plan->name }} | {{ ucfirst($plan->pricing_model) }} | @if($plan->price_monthly > 0)${{ number_format($plan->price_monthly, 0) }}/mo @elseif($plan->price_yearly > 0)${{ number_format($plan->price_yearly, 0) }}/yr @else Free @endif | {{ $plan->max_users }} | {{ $plan->tenants_count }} |