|
{{ $tenant->company_name ?? 'WiFi' }}
CODE
{{ $item['voucher']->voucher_code }}
{{ $item['voucher']->plan->plan_name ?? 'Plan' }}
Speed: {{ $item['voucher']->plan->download_speed ?? '-' }}
Valid: {{ app(App\Services\VoucherPdfService::class)->getValidityText($item['voucher']) }} |
@endforeach
@for($i = $row->count(); $i < 3; $i++)@endfor |