@props([ 'catalog', 'builtIn' => false, 'creditExamples' => [], ]) @php use App\Entitlement\GrantKind; use App\Entitlement\UsageWindow; @endphp
{{ __('dashboard.Identity') }}
{{ __('dashboard.New accounts receive this pack.') }}
@error('isDefault'){{ __('dashboard.Locked packs stay on current holders.') }}
@error('isActive'){{ __('dashboard.Pricing') }}
{{ __('dashboard.List prices for monthly and yearly billing. Leave blank if unset.') }}
{{ __('dashboard.Grants') }}
@foreach ($catalog as $definition) @php $code = $definition['code']; $title = __('dashboard.'.$definition['title']); @endphp{{ $title }}
@if ($definition['kind'] === GrantKind::Feature){{ __('dashboard.Choose a readable slug. Without this, Lab assigns a random 12-character address.') }}
@elseif ($code === 'custom_domain'){{ __('dashboard.Point a domain at a published Lab site.') }}
@endif @else@if ($definition['window'] === UsageWindow::Monthly) {{ __('dashboard.Charged from real Lab usage, not per message. Resets each month.') }} @elseif ($definition['code'] === 'projects') {{ __('dashboard.Counts every project you keep.') }} @else {{ __('dashboard.Lifetime quota.') }} @endif
@endif{{ __('dashboard.Example Lab credit charges') }}
{{ __('dashboard.Sample charges from real usage. Use these when setting a monthly ceiling.') }}