Further enhancement with #9063a2a - to ensure our message addressing and content picks the right address
This commit is contained in:
@@ -61,10 +61,10 @@ use App\Classes\Protocol\{Binkp,EMSI,DNS};
|
||||
<tr><th colspan="2">System Addresses</th></tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@foreach ($o->system->addresses->sortBy('zone.domain.name')->groupBy('zone_id') as $zones)
|
||||
@foreach ($o->system->akas->sortBy('zone.domain.name')->groupBy('zone_id') as $addresses)
|
||||
<tr>
|
||||
<th>{{ $zones->first()->zone->domain->name }}</th>
|
||||
<th class="text-end">{!! $zones->pluck('ftn')->join('<br>') !!}</th>
|
||||
<th>{{ $addresses->first()->zone->domain->name }}</th>
|
||||
<th class="text-end">{!! $addresses->pluck('ftn')->join('<br>') !!}</th>
|
||||
</tr>
|
||||
@endforeach
|
||||
</tbody>
|
||||
|
Reference in New Issue
Block a user