@php // Whose network this is. On a tenant subdomain these are the seller's own // details; on bilipoa.com itself they fall back to the platform's. $siteName = $this->brandName; $supportPhone = $this->supportPhone; $whatsapp = preg_replace('/\D/', '', $supportPhone); $theme = $this->theme; // The platform's own name, not the seller's. Every hotspot running on // Bilipoa is a shop window for it, so the credit is fixed rather than a // field a tenant can blank out. $platform = \App\Models\MainSiteData::getValue('site_name') ?: 'Bilipoa'; $platformUrl = rtrim(config('app.url'), '/'); @endphp
{{ $theme->get('welcome') ?: 'Welcome to '.Str::upper($siteName) }}
{{ $theme->get('tagline') }}
@if ($theme->get('show_help'))No packages are available on this network yet.
@endforelse {{-- Only when a plan actually sells more than one device, and only when the operator offers the sign-in method it depends on. A customer on their second phone sees the plan list and no reason to think they have already paid for this. --}} @if ($this->multiDevice > 1 && $theme->get('show_account')) @endif {{-- A TV has no browser to show this page in, so it needs its own path: the operator binds the device by MAC instead. --}} @if ($theme->get('show_tv')) @endifPowered by {{ $platform }}
Vouchers are prepaid codes printed on receipts or sent via SMS by your operator.
@endif {{-- ---------- Reconnect with an M-Pesa receipt ---------- --}} @if ($screen === 'mpesa-code')Use a transaction code from a recent payment to reconnect without paying again.
@endif {{-- ---------- Existing account ---------- --}} @if ($screen === 'account')Use the username and password your operator provided when your account was created.
@endif {{-- ---------- Pay for a package ---------- --}} @if ($screen === 'pay')You'll get a payment prompt on your phone. Enter your Mobile Money PIN to authorise and connect.
@endif {{-- ---------- Waiting for the PIN prompt ---------- --}} @if ($screen === 'waiting')Enter your M-Pesa PIN to authorise {{ $this->selected ? 'Ksh '.(int) $this->selected->price : 'the payment' }}. We'll connect you the moment it goes through.
Do not close this page.
A TV, console or streaming stick has no browser to show this page in, so it has to be registered by hand. Call or WhatsApp {{ $supportPhone }} with the device's Wi-Fi MAC address and we'll bind it to your package.
On most TVs the MAC is under Settings › Network › Status.
Call support @endif {{-- ---------- Success: hand the router its credentials ---------- --}} @if ($screen === 'done' && $grant)Connecting you to the network...