| Name | Reg. No. | Country | DID (holder) | Status | Actions |
|---|---|---|---|---|---|
| {{ $o->name }} | {{ $o->registration_number }} | {{ $o->country }} | {{ $o->did }} |
@php $cls = [ 'unverified' => 'badge bg-secondary', 'verified' => 'badge bg-success', 'revoked' => 'badge bg-danger', ]; @endphp {{ ucfirst($o->verification_status) }} | Edit Show @if($o->public_alias_enabled) did:web @endif |