Added FTN list, System View
This commit is contained in:
@@ -59,7 +59,7 @@ use App\Models\Setup;
|
||||
<tr><th colspan="2">System Addresses</th></tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@foreach ($o->system->addresses->groupBy('zone_id') as $zones)
|
||||
@foreach ($o->system->addresses->sortBy('zone.domain.name')->groupBy('zone_id') as $zones)
|
||||
<tr>
|
||||
<th>{{ $zones->first()->zone->domain->name }}</th>
|
||||
<th class="text-end">{!! $zones->pluck('ftn')->join('<br>') !!}</th>
|
||||
|
Reference in New Issue
Block a user