| {{ __('Seller') }} | {{ __('Portal') }} | {{ __('Till') }} | {{ __('Routers') }} | {{ __('Plans') }} | {{ __('This month') }} | {{ __('Status') }} | {{ __('Actions') }} |
|---|---|---|---|---|---|---|---|
| {{ $tenant->displayName() }} {{ $tenant->user?->email ?: __('No login') }} | {{ $tenant->portalHost() }} | @if ($tenant->mpesaOverrides()) {{ __('Own till') }} @else {{ __('Platform') }} @endif | {{ $tenant->routers_count }} | {{ $tenant->custom_packages_count }} | {{ money($revenue[$tenant->id] ?? 0, 0) }} | @php $tone = match ($tenant->status) { 'active' => 'badge-subtle-success', 'pending' => 'badge-subtle-warning', default => 'badge-subtle-danger', }; @endphp {{ ucfirst($tenant->status) }} | |
| {{ __('No WiFi sellers yet. Add one to give them their own branded portal.') }} | |||||||