Minor bug fixes for migration rollback, domain/list and system last_seen

This commit is contained in:
Deon George
2022-12-03 13:35:23 +11:00
parent 09fe65a8db
commit 00bdcfba03
4 changed files with 8 additions and 7 deletions

View File

@@ -31,16 +31,16 @@
<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>
<td>{{ $o->phone }}</td>
</tr>
@endif
<tr>
<th>Last Seen</th>
<td>{{ $o->logs->count() ? $o->logs->last()->created_at : '-' }}</td>
</tr>
@if($o->addresses->count())
<tr>
<th>FTN Addresses</th>