{{ __('admin.customers_sub') }}
| {{ __('admin.col.customer') }} | {{ __('admin.col.plan') }} | {{ __('admin.col.mrr') }} | {{ __('admin.col.status') }} | {{ __('admin.col.actions') }} |
|---|---|---|---|---|
|
{{ $r['name'] }} {{ $r['instance'] }}.clupilot.com |
{{ $r['plan'] }} | {{ $r['mrr'] }} |
@unless ($r['closed'])
@endunless
{{-- 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') }} | ||||