Status
Organisation
@if ($flashMessage)
{{ $flashMessage }}
@endif
@forelse ($clients as $client) @empty @endforelse
Actions
{{ \Illuminate\Support\Str::of($client->name)->trim()->explode(' ')->map(fn ($n) => mb_substr($n, 0, 1))->take(2)->implode('') ?: 'NA' }}

{{ $client->name ?? 'Unnamed' }}

{{ $client->email }}

{{ sprintf('CLIENT-%03d', $client->app_id ?? $client->id) }} {{ $client->organisation ?: 'Not Provided' }} {{ $client->mobile ?: 'Not Provided' }} {{ ucfirst(strtolower($client->permission_type)) }} {{ $client->status ? 'Active' : 'Inactive' }} {{ $client->subscribers_count ?? 0 }} {{ optional($client->modified ?? $client->created)->format('M d, Y') ?? 'Not Available' }}
No admins match your filters. Try updating the search criteria.

Showing {{ $clients->firstItem() ?? 0 }} to {{ $clients->lastItem() ?? 0 }} of {{ $clients->total() }} results

{{ $clients->links() }}

{{ $editingId ? 'Edit team member' : 'Create team member' }}

{{ $editingId ? 'Update profile and dashboard access.' : 'Invite a new admin to the dashboard.' }}

@error('form.first_name')

{{ $message }}

@enderror
@error('form.last_name')

{{ $message }}

@enderror
@error('form.email')

{{ $message }}

@enderror
@error('form.password')

{{ $message }}

@enderror
@error('form.mobile')

{{ $message }}

@enderror
@error('form.organisation')

{{ $message }}

@enderror

Select dashboard permissions for this account

Choose all applicable sections below.

@foreach ($accessTree as $groupIndex => $group) @php $groupItems = array_keys($group['items']); $groupItemsJson = json_encode($groupItems); @endphp

{{ $group['label'] }}

@if (!empty($group['subtitle']))

- {{ $group['subtitle'] }}

@endif
@foreach ($group['items'] as $value => $label)
{{ $label }}
@endforeach
@endforeach
@error('form.access')

{{ $message }}

@enderror

Assign third-party payment gateways

Select payment gateways that this admin can access.

@if (!empty($paymentGateways))

All Payment Gateways

@foreach ($paymentGateways as $gateway)
@if (!empty($gateway['logo'])) {{ $gateway['name'] }} @endif {{ $gateway['name'] }}
@endforeach
@else

No payment gateways available.

@endif
@error('form.permission_type')

{{ $message }}

@enderror

Inactive admins cannot log in.

@error('form.status')

{{ $message }}

@enderror