@extends('layouts.app') @section('title','Print Vouchers — BlueBando v3') @section('content')

Bulk Vouchers (Print)

Router: {{ $router->name }} — {{ $router->host }}

@foreach($created as $v) @endforeach
Voucher Password
{{ $v['username'] }} {{ $v['password'] }}
@endsection