Manage and access client systems

{{ $activeClientCount }} Active Admin{{ $activeClientCount === 1 ? '' : 's' }}
{{ $organisationCount }} Organisation{{ $organisationCount === 1 ? '' : 's' }}
Status
Organisation
@forelse ($clientSystems as $client)

{{ $client['name'] }}

{{ $client['client_id'] }}

{{ $client['status'] }}
Organisation: {{ $client['organisation'] }}
Mobile: {{ $client['mobile'] }}
Sub User: {{ $client['subscribers_count'] ?? 0 }}
Last Access: {{ $client['last_access'] }}
@empty

No admins found

Start by adding a client user.

@endforelse

Add New Client

Set up a new client system.

@if($totalClients > $perPage)

Showing {{ min(($currentPage - 1) * $perPage + 1, $totalClients) }} to {{ min($currentPage * $perPage, $totalClients) }} of {{ $totalClients }} results

Page {{ $currentPage }} of {{ $lastPage }}
@endif

API Tokens

Warning: Regenerating tokens will invalidate all existing API integrations using the old tokens. Make sure to update your applications after regeneration.

No API Tokens Found

This user doesn't have API tokens yet. Click below to generate API Key and Token.