{{ __('admin.customers_sub') }}
| {{ __('admin.col.customer') }} | {{ __('admin.col.plan') }} | {{ __('admin.col.mrr') }} | {{ __('admin.col.status') }} | {{ __('admin.col.actions') }} |
|---|---|---|---|---|
|
{{-- The row leads somewhere now. The list
was the end of the road: an operator
answering a question had the name here
and the mail client in another window. --}}
{{ $r['name'] }}
{{ $r['instance'] }}.clupilot.com |
{{ $r['plan'] }}
@if ($r['granted'])
|
{{ $r['mrr'] }} |
@unless ($r['closed'])
@endunless
@if (auth()->user()?->can('customers.grant_plan'))
@endif
{{-- Impersonation borrows the customer's PORTAL session; this
is administrator access to their Nextcloud itself. Two
different things, so two buttons. --}}
@if ($r['instance_uuid'] && auth()->user()?->can('instances.adminlogin'))
@endif
|
|
| {{ __('admin.customers_empty') }} | ||||