{{ __('No active agents yet.') }} {{ __('Add one first') }}.
@endif| {{ __('Batch') }} | {{ __('Package') }} | {{ __('Price') }} | {{ __('Unsold') }} | {{ __('Used') }} | {{ __('Created') }} | {{ __('Actions') }} |
|---|---|---|---|---|---|---|
| {{ $b->name }} {{ $b->quantity }} {{ __('codes') }} @if ($b->prefix) · {{ $b->prefix }}-… @endif @if ($b->router_name) · {{ $b->router_name }} @endif | {{ $b->package?->package ?: '—' }} | {{ money($b->price, 0) }} | {{ $b->unused_count }} | {{ $b->used_count }} | {{ $b->created_at->format('d M Y') }} @if ($b->expires_at) {{ __('expires') }} {{ $b->expires_at->format('d M Y') }} @endif | |
| {{ __('No voucher codes yet. Generate a batch to start selling cards.') }} | ||||||