Agent ID

@forelse($agentIds as $i) @empty @endforelse
# Internal GUID External GUID Name Verified Actions
{{ $i->id }} {{ Str::limit($i->internal_guid, 36) }} {{ Str::limit($i->external_guid, 36) }} {{ trim(($i->name.' '.$i->surname)) ?: '-' }} @if($i->verified) Verified @else Not verified @endif Open @unless($i->verified) @endunless
No agent IDs yet.
{{ $agentIds->links() }}
@push('scripts') @endpush