{{ __('Admin') }} {{ __('Credit packages') }}
{{ __('Admin · Billing & plans · Credit packages') }}

{{ __('Credit') }} {{ __('packages') }}

{{ __('Curated bundles users can buy from the checkout page. Each package converts to a fixed credit count when purchased — independent of the per-paise conversion rate set in') }} {{ __('Settings') }}.

@forelse ($packages as $p) @empty @endforelse
{{ __('Name') }} {{ __('Slug') }} {{ __('Price') }} {{ __('Credits') }} Per {{ \App\Support\FormatSettings::currencyFor()?->symbol ?? '$' }}1 {{ __('Badge') }} {{ __('Status') }} {{ __('Actions') }}
{{ $p->name }}
@if ($p->description)
{{ $p->description }}
@endif
{{ $p->slug }} {{ $p->price_display }} {{ number_format($p->credits) }} {{ number_format($p->credits_per_major, 1) }} @if ($p->badge) {{ $p->badge }} @else @endif @if ($p->is_active) Active @else Disabled @endif Edit
@csrf
@csrf @method('DELETE')
{{ __('No credit packages yet') }}

{{ __("Create the first one — it'll show up at") }} /checkout?package=<slug> and on the user's wallet page.