bug fix on otp, rearranged MNO display order

This commit is contained in:
Kwesi Banson Jnr
2026-08-27 10:17:12 +00:00
parent ff66dbbabe
commit 27c2a8ac80
5 changed files with 19 additions and 10 deletions

View File

@@ -78,8 +78,8 @@
<table class="table table-custom table-hover mb-0">
<thead>
<tr>
<th>Operator</th>
<th>Country</th>
<th>Operator</th>
<th>Connection Type</th>
<th>Services</th>
<th>Status</th>
@@ -89,6 +89,7 @@
<tbody>
@forelse($operators as $operator)
<tr>
<td><span class="fw-semibold">{{ $operator->country }}</span></td>
<td>
<div class="d-flex align-items-center">
<div class="avatar-circle bg-primary bg-opacity-10 text-primary me-3">
@@ -100,7 +101,7 @@
</div>
</div>
</td>
<td><span class="fw-semibold">{{ $operator->country }}</span></td>
<td>
<div class="text-dark fw-semibold" style="font-size: 0.85rem;"><i class="bi bi-shield-lock me-1 text-primary"></i> {{ $operator->connection_type ?? 'N/A' }}</div>
</td>