@extends('layouts.app')
@section('title', 'Subscription')
@section('content')
@include('super-admin.partials.nav')
Paid companies
{{ $paidActive }}
Expiring in 7 days
{{ $expiringSoon }}
Perpetual companies
{{ $perpetualCompanies }}
Best prepaid save
{{ rtrim(rtrim(number_format(max($discounts), 1), '0'), '.') }}%
Standard, Pro, and Plus are prepaid (1, 3, 6, 9, or 12 months) with discounts on longer terms. Toggle Available for purchase to show a plan at registration and billing. Perpetual is unlimited and can only be granted by a Super Admin — it is never sold. Trial length is managed on Trials.
{{ $plan['label'] }}
{{ $plan['price_formatted'] }}
@if ($plan['discount_percent'] > 0){{ $plan['list_price_formatted'] }}
Save {{ rtrim(rtrim(number_format($plan['discount_percent'], 1), '0'), '.') }}%
@else{{ $plan['per_month_formatted'] }}/mo
@endif