Add country flag

This commit is contained in:
DariusIII
2026-01-27 16:36:03 +01:00
parent 12f60d19d3
commit d05eee801f
3 changed files with 58 additions and 1 deletions
+1 -1
View File
@@ -266,7 +266,7 @@
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500 dark:text-gray-400">{{ $user->host ?? 'N/A' }}</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500 dark:text-gray-400">
@if(!empty($user->country_code))
<span title="{{ $user->country_name }}">{{ $user->country_code }}</span>
<span title="{{ $user->country_name }}">{{ $user->country_flag }} {{ $user->country_code }}</span>
@else
N/A
@endif