@extends('layouts.app') @section('title', $addon->exists ? __('Edit add-on') : __('New add-on')) @section('content') @php $quotas = config('subscriptions.quotas', []); $features = config('subscriptions.features', []); @endphp
{{ __('Each unit (quantity) of this add-on adds these quotas to the tenant subscription.') }}
{{ __('Boolean features unlocked when this add-on is attached.') }}