Log systems polling

This commit is contained in:
Deon George
2022-12-02 22:54:02 +11:00
parent d5d4a0d781
commit 170f5c87ed
5 changed files with 81 additions and 4 deletions

View File

@@ -31,6 +31,10 @@
<th>Mailer</th>
<td>{{ $o->access_mailer }}</td>
</tr>
<tr>
<th>Last Seen</th>
<td>{{ $o->logs->last()->created_at }}</td>
</tr>
@if($o->phone)
<tr>
<th>Phone</th>