Speed:
{{ $voucher->plan->download_speed ?? 'N/A' }} / {{ $voucher->plan->upload_speed ?? 'N/A' }}
Data Limit:
{{ app(App\Services\VoucherPdfService::class)->formatBytes($voucher->plan->data_limit ?? 0) }}
Time Limit:
{{ app(App\Services\VoucherPdfService::class)->formatTime($voucher->plan->time_limit ?? 0) }}
Validity:
{{ app(App\Services\VoucherPdfService::class)->getValidityText($voucher) }}
Devices:
{{ $voucher->plan->shared_users ?? 1 }} device(s)