parent
28036a6924
commit
0875be4e68
|
|
@ -28,7 +28,7 @@
|
|||
<tr class="divide-x divide-gray-200">
|
||||
<td class="whitespace-nowrap py-4 pl-4 pr-4 text-sm font-medium text-gray-900 sm:pl-0">{{ $entry->created_at }}</td>
|
||||
<td class="whitespace-nowrap p-4 text-sm text-gray-500">{{ $entry->user }}</td>
|
||||
<td class="whitespace-nowrap p-4 text-sm text-gray-500">{{ gethostbyaddr($entry->ip_address) }}<br>{{ $entry->ip_address }}</td>
|
||||
<td class="whitespace-nowrap p-4 text-sm text-gray-500">{{ $entry->ip_address }}</td>
|
||||
<td class="whitespace-nowrap py-4 pl-4 pr-4 text-sm text-gray-500 sm:pr-0">{!! $message !!}</td>
|
||||
</tr>
|
||||
@endforeach
|
||||
|
|
|
|||
Loading…
Reference in New Issue