Provide a link to the account in reseller account list

This commit is contained in:
Deon George 2024-07-31 22:38:44 +10:00
parent f43748e20a
commit 725b6f317d

View File

@ -20,7 +20,7 @@
@endphp
<tr>
<td><a href="{{ url('r/switch/start',$ao->user_id) }}"><i class="fas fa-external-link-alt"></i></a></td>
<td>{{ $ao->name }}</td>
<td><a href="{{ url('u/home',$ao->user_id) }}">{{ $ao->name }}</a></td>
<td class="text-right">{{ $ao->services->where('active',TRUE)->count() }} <small>/{{ $ao->services->count() }}</small></td>
</tr>
@endforeach