@extends('layouts.app')
@section('title','Print Voucher — BlueBando v3')
@section('content')
BlueBando WiFi Voucher
Router: {{ $router->name }}
{{ $user['name'] }}
Password: {{ $user['password'] ?? '******' }}
Profile: {{ $user['profile'] }}
Limit uptime: {{ $user['limit_uptime'] ?: '—' }}
@endsection