Added search

This commit is contained in:
Deon George
2021-06-27 00:34:15 +10:00
parent 945afbfe4b
commit dfc4e305f1
7 changed files with 154 additions and 2 deletions

View File

@@ -288,7 +288,7 @@
<tbody>
@foreach ($o->addresses->sortBy(['region_id','host_id']) as $oo)
<tr>
<td>{{ $oo->ftn_4d }}</td>
<td>{{ $oo->ftn }}</td>
<td>{{ $oo->active ? 'YES' : 'NO' }}</td>
<td>{{ $oo->role }}</td>
</tr>